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 read a
if [[ "$a" != "y" ]] ; then if [[ "$a" != "y" ]] ; then
echo "Exiting as requested." echo "Exiting as requested."
exit 0 exit 1
fi fi
unset a unset a
fi fi

Loading…
Cancel
Save