diff --git a/functions/menu.sh b/functions/menu.sh index 3198e7f7..45ce389c 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -59,7 +59,7 @@ menu(){ echo "Example: -u 3 -b 14 -rSvsp -i nextcloud" read -rt 600 -p "Please type the flags you wish, with options above: " update_selection - exec bash "$script_name" "${update_selection[@]}" + exec bash "$script_name" $update_selection ;; *)