Merge "Fix docker launch with bash option"

This commit is contained in:
Zuul 2019-04-17 20:51:32 +00:00 committed by Gerrit Code Review
commit b536dc6231
1 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@ while test ${#} -gt 0; do
exit 1
fi
VERB=$1
shift
;;
esac
shift
@ -81,7 +80,7 @@ case "$VERB" in
/usr/local/bin/df-local-controller --config-file /etc/dragonflow/dragonflow.ini
;;
"bash")
/bin/bash
/bin/bash "$@"
;;
"rest")
df-model -j -o /var/dragonflow_model.json