From 23c631ee28d81aabfd25aff89acb48a2e48608da Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sat, 27 Sep 2025 22:24:59 +0200 Subject: [PATCH] Upda --- install/goaway-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/goaway-install.sh b/install/goaway-install.sh index e3bc6d60..7d8afcfd 100644 --- a/install/goaway-install.sh +++ b/install/goaway-install.sh @@ -39,6 +39,7 @@ RestartSec=5 WantedBy=multi-user.target EOF systemctl enable -q --now goaway +sleep 10 for i in {1..30}; do ADMIN_PASS=$(awk -F': ' "/Randomly generated admin password:/ {print \$2; exit}" /var/log/goaway.log) [ -n "$ADMIN_PASS" ] && break