This commit is contained in:
Heavybullets8 2022-07-26 13:33:59 -06:00
parent 666c1e8168
commit a04d928c1c

View File

@ -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[@]}"
;;
*)