From d758e681415a28d65f802996a1d06946c01e5094 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 22 Apr 2020 14:34:36 +0200 Subject: [PATCH] Fixed oopsie --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 245a3cb..c1bbe7a 100644 --- a/installer.sh +++ b/installer.sh @@ -257,7 +257,7 @@ done # Addons # ##----------## ##DisableOPtionMenu -if [ $OptMenu = D ]; then +if [ $OptMenu != D ]; then if [ $IMODE = n ]; then option=$(whiptail --nocancel --title "Additional modules" --checklist "Features" 11 110 5 "${options[@]}" 3>&1 1>&2 2>&3) fi