backup menu fix

This commit is contained in:
paukstelis
2022-11-06 08:45:16 -05:00
parent 3c941375f0
commit e43e936793
2 changed files with 4 additions and 3 deletions

View File

@@ -1017,7 +1017,7 @@ utility_menu() {
backup_menu() {
PS3='Select an option: '
options+=("Create Backup" "Restore Backup" "Quit")
options=("Create Backup" "Restore Backup" "Quit")
select opt in "${options[@]}"
do
case $opt in