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