From e30b4dddf927045800599bf683a4f84f0160d663 Mon Sep 17 00:00:00 2001 From: blue-hexagon Date: Sat, 12 Nov 2022 20:51:06 +0100 Subject: [PATCH] Missed a closing *fi* --- config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config.sh b/config.sh index 0f06489..11eb7df 100644 --- a/config.sh +++ b/config.sh @@ -52,6 +52,7 @@ form_wordpress_db="$(dialog --form "Enter wp database details (no spaces!)" 20 7 if [[ $? -eq 1 ]]; then print_yellow "You cancelled the script" exit 1 +fi clear new_users=($form_new_users)