:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 31s

This commit is contained in:
Your Name
2025-05-30 22:17:38 +12:00
parent 58b1cfefed
commit 0ad4ac37c3

View File

@@ -73,6 +73,8 @@ fi
# test if server is running
if ! wget -qO- "${HOSTURL}/status" | jq -r '.result' | grep -q 'success'; then
wget "${HOSTURL}/status"
die "server is not running on ${HOSTURL}"
fi