From 907c77feb4eaa384678dc645805048597ac71264 Mon Sep 17 00:00:00 2001 From: shuki Date: Fri, 6 Mar 2026 06:26:16 +0200 Subject: [PATCH] Remove username prompt, default to admin (configurable in gniza.conf) Co-Authored-By: Claude Opus 4.6 --- scripts/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 280d09c..068b625 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -164,8 +164,7 @@ enable_web="n" read -rp "Enable web dashboard (TUI in browser)? (y/n) [n]: " enable_web /dev/null | sed 's/^WEB_USER="//' | sed 's/"$//')" web_user="${web_user:-admin}" api_key="$(python3 -c 'import secrets; print(secrets.token_urlsafe(32))')" if grep -q "^WEB_USER=" "$CONFIG_DIR/gniza.conf" 2>/dev/null; then