GoAway update

This commit is contained in:
tremor021 2025-09-27 21:58:48 +02:00
parent dfd18d8697
commit f4d9317f4d

View File

@ -40,7 +40,7 @@ WantedBy=multi-user.target
EOF
systemctl enable -q --now goaway
ADMIN_PASS=$(
tail -F /var/log/goaway.log 2>/dev/null \
tail -n0 -f /var/log/goaway.log 2>/dev/null \
| grep -m1 'Randomly generated admin password:' \
| awk -F': ' '{print $2}'
)