raise error if stack.sh failed
This commit is contained in:
parent
24997f614f
commit
381591ad66
1 changed files with 4 additions and 0 deletions
|
@ -378,6 +378,10 @@ if [ "$WAIT_TILL_LAUNCH" = "1" ]; then
|
|||
done
|
||||
|
||||
kill $TAIL_PID
|
||||
|
||||
if grep -q "stack.sh failed" $VM_DIR/console.log; then
|
||||
exit 1
|
||||
fi
|
||||
echo ""
|
||||
echo "Finished - Zip-a-dee Doo-dah!"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue