From 7d891e6c0f59329d379c9fda981ed0b06f0651e5 Mon Sep 17 00:00:00 2001 From: fab Date: Fri, 27 Sep 2024 22:16:37 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8854460..677723d 100644 --- a/install.sh +++ b/install.sh @@ -133,7 +133,7 @@ remove_service_files() { # Function to prompt the user for installation choice prompt_user_choice() { local default_choice="1" - local timeout=5 + local timeout=1 log "INFO" "Prompting user for installation choice with a ${timeout}-second timeout..."