Rename option now working.

This commit is contained in:
Storm Dragon
2021-10-18 00:46:11 -04:00
parent 7c128421d5
commit 1c4ea96f53
5 changed files with 35 additions and 173 deletions

View File

@ -83,7 +83,7 @@ menulist() {
dialog --backtitle "Stormux" \
--clear \
--no-tags \
--menu "Please select an option" 0 0 0 ${menuList[@]} --stdout
--menu "Please select an option" 0 0 0 "${menuList[@]}" --stdout
return $?
}