[Bash] fixed menu header display
This commit is contained in:
parent
ddc8a1ae6e
commit
564d2e8eb7
1 changed files with 1 additions and 1 deletions
|
|
@ -84,9 +84,9 @@ do
|
|||
[ ! -z $1 ] && _switch $@ # old method: "${options[$cmdopt-1]}"
|
||||
[ ! -z $1 ] && exit 0
|
||||
|
||||
echo "==== ACORE DASHBOARD ===="
|
||||
select opt in "${options[@]}"
|
||||
do
|
||||
echo "==== ACORE DASHBOARD ===="
|
||||
_switch $REPLY
|
||||
break
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue