From bd5569457be112ab4a126c84d216aa32acbb1e2c Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Tue, 26 Jul 2022 17:30:54 -0600 Subject: [PATCH] QOL --- functions/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/menu.sh b/functions/menu.sh index 6616091a..188bd13e 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -123,7 +123,7 @@ menu(){ echo echo "Current Choices" echo "---------------" - echo "${update_selection[*]}" + echo "bash heavy_script.sh ${update_selection[*]}" echo read -rt 600 -p "Please type the number associated with the flag above: " current_selection