fix settings menu
This commit is contained in:
parent
07c74d01fe
commit
ea7dd90b88
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user