commit | 17969713a5c2a3e22fd2886f22a14607b3d5c6ea | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 13 10:57:25 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Tue Sep 13 10:57:25 2011 -0700 |
tree | 32cada6ccc2119b78e2876a459d6f6ea7b800d7c | |
parent | f9998abc01d1ad7069d9762ee5c18af942bf0b8e [diff] [blame] |
missing semi-colon
diff --git a/stack.sh b/stack.sh index c72a3af..d1eba98 100755 --- a/stack.sh +++ b/stack.sh
@@ -252,7 +252,7 @@ function screen_it { screen -S nova -X screen -t $1 # 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" fi }