Fix syntax error in script
One of the recent patches introduced a syntax error in the marconi script. This patch fixes the issue & gets marconi running in devstack again. Change-Id: I46a039f72174c4898869983de03a1e29cbe435bf
This commit is contained in:
parent
d158fda947
commit
22ab3b9f31
@ -154,7 +154,7 @@ function install_marconiclient {
|
||||
|
||||
# start_marconi() - Start running processes, including screen
|
||||
function start_marconi {
|
||||
if [[ ${USE_SCREEN,,} == "false" ]];; then
|
||||
if [[ "$USE_SCREEN" = "False" ]]; then
|
||||
screen_it marconi-server "marconi-server --config-file $MARCONI_CONF --daemon"
|
||||
else
|
||||
screen_it marconi-server "marconi-server --config-file $MARCONI_CONF"
|
||||
|
Loading…
Reference in New Issue
Block a user