From 650b490d27e07fbb10f269fa6ab22894d8b3f66d Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 25 Sep 2025 09:47:56 +0200 Subject: [PATCH] Update GoAway --- install/goaway-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/goaway-install.sh b/install/goaway-install.sh index 8119c38e..66e49564 100644 --- a/install/goaway-install.sh +++ b/install/goaway-install.sh @@ -39,7 +39,7 @@ RestartSec=5 WantedBy=multi-user.target EOF systemctl enable -q --now goaway -sleep 5 +sleep 10 ADMIN_PASS=$(awk -F': ' '/Randomly generated admin password:/ {print $2}' /var/log/goaway.log | tail -n1) { echo "GoAway Credentials"