From 63f1d6c477b5303b23c81b421e274932d45f7258 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Tue, 26 Jul 2022 22:54:14 -0600 Subject: [PATCH] test --- functions/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/menu.sh b/functions/menu.sh index f9bb003b..83978694 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -155,7 +155,7 @@ case $selection in echo "What do you want your timeout to be?" read -rt 600 -p "Please type an integer: " up_timeout ! [[ $up_timeout =~ ^[0-9]+$ ]] && echo -e "Error: \"$up_timeout\" is invalid, it needs to be an integer\nNOT adding it to the list" && sleep 5 && continue - update_selection+=("-i" "$up_timeout") + update_selection+=("-t" "$up_timeout") ;; 7) update_selection+=("-s")