Actually exit if the user answer is negative

This commit is contained in:
Johannes
2016-11-29 14:38:10 +01:00
parent 0c76cee737
commit a2afadfe92

View File

@@ -135,6 +135,7 @@ echo "${ip}"
echo ""
if ! ask "Is this correct?"; then
echo "Please ensure that the A record for my.${domain} is pointing to the correct public ip address of this server."
exit 1
fi
echo ""