MT#6253 Properly exit if user doesn't want to deploy

changes/06/606/1
Michael Prokop 11 years ago
parent 1f055ee516
commit e73f650cf6

@ -648,7 +648,7 @@ if "$INTERACTIVE" ; then
read a
if [[ "$a" != "y" ]] ; then
echo "Exiting as requested."
exit 0
exit 1
fi
unset a
fi

Loading…
Cancel
Save