fix settings menu
This commit is contained in:
parent
07c74d01fe
commit
ea7dd90b88
@ -14,7 +14,7 @@ then
|
|||||||
elif [ "$SETTINGS" = "2" ]
|
elif [ "$SETTINGS" = "2" ]
|
||||||
then
|
then
|
||||||
source changepassword.sh
|
source changepassword.sh
|
||||||
elif [ "$SETTINGS" = "2" ] || [ "$SETTINGS" = "back" ]
|
elif [ "$SETTINGS" = "3" ] || [ "$SETTINGS" = "back" ]
|
||||||
then
|
then
|
||||||
source mainmenu.sh
|
source mainmenu.sh
|
||||||
elif [ "$SETTINGS" = "clear" ]
|
elif [ "$SETTINGS" = "clear" ]
|
||||||
@ -30,5 +30,5 @@ then
|
|||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
echo ${red}Invalid input:${yellow} $SETTINGS ${reset} 1>&2
|
echo ${red}Invalid input:${yellow} $SETTINGS ${reset} 1>&2
|
||||||
source SETTINGSmenu.sh
|
source settings-menu.sh
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user