Fixed oopsie

This commit is contained in:
Bram Prieshof
2020-04-22 14:34:36 +02:00
parent 5a9fa28825
commit d758e68141

View File

@@ -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