Rename option now working.
This commit is contained in:
@ -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 $?
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user