rename parameter for website cleanup #15
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/website-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -17,0 +14,4 @@while true; doSTATUS=$(curl -s -o /dev/null -w "%{http_code}" http://SERVICE_NAME:80 2>/dev/null)if [[ "$STATUS" = "200" ]]; thenecho "NGINX erreichbar (Status: $STATUS)"English would be better I think