| ... | ... |
@@ -252,7 +252,7 @@ rm -f $GLANCE_DIR/glance.sqlite |
| 252 | 252 |
function screen_it {
|
| 253 | 253 |
screen -S nova -X screen -t $1 |
| 254 | 254 |
# only run the services specified in $ENABLED_SERVICES |
| 255 |
- if [[ $ENABLED_SERVICES == *$2* ]] then |
|
| 255 |
+ if [[ $ENABLED_SERVICES == *$2* ]]; then |
|
| 256 | 256 |
screen -S nova -p $1 -X stuff "$2$NL" |
| 257 | 257 |
fi |
| 258 | 258 |
} |