fix typos
This commit is contained in:
parent
06ab43b4f9
commit
f0dca55a29
@ -337,7 +337,7 @@ if [ "$WAIT_TILL_LAUNCH" = "1" ] && [ -e ~/.ssh/id_rsa.pub ] && [ "$COPYENV" =
|
||||
|
||||
kill $TAIL_PID
|
||||
|
||||
if ! ssh -q stack@$PUB_IP "grep -q 'stack.sh failed' run.sh.log" ; then
|
||||
if ssh -q stack@$PUB_IP "grep -q 'stack.sh failed' run.sh.log"; then
|
||||
exit 1
|
||||
fi
|
||||
echo ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user