Browse code

Merge "Fix syntax error in script"

Jenkins authored on 2014/05/25 22:32:04
Showing 1 changed files
... ...
@@ -154,7 +154,7 @@ function install_marconiclient {
154 154
 
155 155
 # start_marconi() - Start running processes, including screen
156 156
 function start_marconi {
157
-    if [[ ${USE_SCREEN,,} == "false" ]];; then
157
+    if [[ "$USE_SCREEN" = "False" ]]; then
158 158
         screen_it marconi-server "marconi-server --config-file $MARCONI_CONF --daemon"
159 159
     else
160 160
         screen_it marconi-server "marconi-server --config-file $MARCONI_CONF"