From 97918f259eec14eb3f47d1f2d069f64fb2ed5e96 Mon Sep 17 00:00:00 2001 From: shuki Date: Fri, 6 Mar 2026 06:01:00 +0200 Subject: [PATCH] Read web dashboard prompt from /dev/tty for curl|bash support Co-Authored-By: Claude Opus 4.6 --- scripts/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index d6884a6..07043e9 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -187,9 +187,7 @@ setup_web_dashboard() { } enable_web="n" -if [ -t 0 ]; then - read -rp "Enable web dashboard? (y/n) [n]: " enable_web