diff --git a/VERSION b/VERSION index e2cac26..b966e81 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.3 \ No newline at end of file +1.2.4 \ No newline at end of file diff --git a/overlay/usr/local/bin/healthcheck b/overlay/usr/local/bin/healthcheck index 3403ec2..22e8b97 100644 --- a/overlay/usr/local/bin/healthcheck +++ b/overlay/usr/local/bin/healthcheck @@ -1,5 +1,8 @@ #!/bin/sh +set -euo pipefail + + #====================================================================================================================== # Attempt to load localhost using wget #======================================================================================================================