From 559f29c37af969c2c853509fd323f2d4f860e792 Mon Sep 17 00:00:00 2001 From: frederik Date: Mon, 10 Nov 2025 19:32:21 +0100 Subject: [PATCH] fixup --- scripts/install_services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 8faf53d..1f33a57 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -319,7 +319,7 @@ RestartSec=3 Type=simple User=${USER} Environment=TERM=xterm-256color -ExecStart=/usr/local/bin/gotty --address localhost -w -p 8888 --path terminal --title-format "BirdNET-Pi Terminal" bash -c 'read -p "Login: " username && [[ "$username" =~ ^[-_.a-z0-9]{1,30}$ ]] && su --pty -l $username' +ExecStart=/usr/local/bin/gotty --address localhost -w -p 8888 --path terminal --title-format "BirdNET-Pi Terminal" bash -c 'read -p "Login: " username && [[ "\$username" =~ ^[-_.a-z0-9]{1,30}$ ]] && su --pty -l \$username' [Install] WantedBy=multi-user.target EOF