Fixed oopsie
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user