Fixed oopsie
This commit is contained in:
@@ -257,7 +257,7 @@ done
|
|||||||
# Addons #
|
# Addons #
|
||||||
##----------##
|
##----------##
|
||||||
##DisableOPtionMenu
|
##DisableOPtionMenu
|
||||||
if [ $OptMenu = D ]; then
|
if [ $OptMenu != D ]; then
|
||||||
if [ $IMODE = n ]; then
|
if [ $IMODE = n ]; then
|
||||||
option=$(whiptail --nocancel --title "Additional modules" --checklist "Features" 11 110 5 "${options[@]}" 3>&1 1>&2 2>&3)
|
option=$(whiptail --nocancel --title "Additional modules" --checklist "Features" 11 110 5 "${options[@]}" 3>&1 1>&2 2>&3)
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user