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

This commit is contained in:
Your Name
2025-05-30 22:32:53 +12:00
parent 0ad4ac37c3
commit 0c7fcac039

View File

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