fix settings menu

This commit is contained in:
Shihaam Abdul Rahman 2021-05-04 00:35:44 +05:00
parent 07c74d01fe
commit ea7dd90b88

View File

@ -14,7 +14,7 @@ then
elif [ "$SETTINGS" = "2" ]
then
source changepassword.sh
elif [ "$SETTINGS" = "2" ] || [ "$SETTINGS" = "back" ]
elif [ "$SETTINGS" = "3" ] || [ "$SETTINGS" = "back" ]
then
source mainmenu.sh
elif [ "$SETTINGS" = "clear" ]
@ -30,5 +30,5 @@ then
exit
else
echo ${red}Invalid input:${yellow} $SETTINGS ${reset} 1>&2
source SETTINGSmenu.sh
source settings-menu.sh
fi