From a2afadfe9266af0f9e0dcd552329e469ae95fe9d Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 29 Nov 2016 14:38:10 +0100 Subject: [PATCH] Actually exit if the user answer is negative --- scripts/cloudron-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index c268e9970..7f0c8b9ad 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -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 ""