Update healthcheck.sh
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -1,2 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
curl -s http://localhost:80/ -o /dev/null || exit 1
|
|
Reference in New Issue
Block a user