missing semi-colon
This commit is contained in:
parent
f9998abc01
commit
17969713a5
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -252,7 +252,7 @@ rm -f $GLANCE_DIR/glance.sqlite
|
||||||
function screen_it {
|
function screen_it {
|
||||||
screen -S nova -X screen -t $1
|
screen -S nova -X screen -t $1
|
||||||
# only run the services specified in $ENABLED_SERVICES
|
# only run the services specified in $ENABLED_SERVICES
|
||||||
if [[ $ENABLED_SERVICES == *$2* ]] then
|
if [[ $ENABLED_SERVICES == *$2* ]]; then
|
||||||
screen -S nova -p $1 -X stuff "$2$NL"
|
screen -S nova -p $1 -X stuff "$2$NL"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue