From aa4ca8272e8a506490d7d5962657a3dc33e8b666 Mon Sep 17 00:00:00 2001 From: crowetic Date: Mon, 14 Jul 2025 18:35:21 -0700 Subject: [PATCH] fixes --- Qortal-Setup-Linux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Qortal-Setup-Linux.sh b/Qortal-Setup-Linux.sh index eb7268e..b3fe51d 100644 --- a/Qortal-Setup-Linux.sh +++ b/Qortal-Setup-Linux.sh @@ -194,10 +194,10 @@ echo -e "\n${GREEN}🎉 Qortal setup complete! You can now start Qortal Core and echo -e "\n${YELLOW}🛠️ Would you like to install Qortal Automation scripts by crowetic?${NC}" echo -e "${CYAN}This will:\n - Ensure Qortal is always running\n - Stay within 1500 blocks of the network\n - Auto-update Core + potentially settings\n - Recover from common issues\n - Configure autostart or cron${NC}" echo -e "${YELLOW}Install automation now? (y/N) — auto-skip in 20 seconds...${NC}" -read -t 20 -r -p "➡️ Your choice (y/N): " INSTALL_AUTOFIX +INSTALL_AUTOMATION=true # default fallback -# Check for timeout or input -if [ $? -eq 0 ]; then +echo -n "➡️ Your choice (y/N): " +if read -t 20 -r INSTALL_AUTOFIX; then if [[ "$INSTALL_AUTOFIX" =~ ^[Yy]$ ]]; then INSTALL_AUTOMATION=true else