Fix default value syntax for docker script

Default conf source dir in run_dragonflow.sh was with the wrong syntax.
This causes the script to fail.
Fixed the syntax to the correct one.

Change-Id: I334f3161d62df2d1bc692a43c2d6eff740c0c92b
This commit is contained in:
Shachar Snapiri 2019-01-09 18:58:05 +02:00
parent 70e731f8a1
commit 2d61e5fcf6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
CONF_SRC_DIR=${CONF_SRC_DIR:/opt/dragonflow/etc/standalone}
CONF_SRC_DIR=${CONF_SRC_DIR:-/opt/dragonflow/etc/standalone}
VERB=""
# First get all the arguments