From fa83bd7657ec17e076ccaeae8f2367ce09ef1006 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 7 May 2024 19:00:03 +0200 Subject: [PATCH] add 'else' Signed-off-by: Daniel Hansson --- nextcloud_install_production.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index c403038e..1436d8ec 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -86,6 +86,7 @@ then NOT_LATEST=1 print_text_in_color "$ICyan" "Running in not-latest mode..." sleep 1 +else msg_box "Failed to get the correct flag. Did you enter it correctly?" exit 1 fi