Update healthcheck.sh

This commit is contained in:
Administrator 2022-04-04 16:05:55 +02:00
parent 1f0bff5ecc
commit 75ea2671d4
3 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,3 @@
#!/usr/bin/env sh #!/usr/bin/env sh
curl -s http://localhost:80/ -o /dev/null || exit 1 curl -s http://localhost:80/ -o /dev/null || exit 1

View File

@ -1,2 +1,3 @@
#!/usr/bin/env sh #!/usr/bin/env sh
curl -s http://localhost:80/ -o /dev/null || exit 1 curl -s http://localhost:80/ -o /dev/null || exit 1

View File

@ -1,2 +0,0 @@
#!/usr/bin/env sh
curl -s http://localhost:80/ -o /dev/null || exit 1