From 6db860fa1dfb168c7cc40c6e8f4e7a7f1920ce29 Mon Sep 17 00:00:00 2001 From: Ben Green Date: Thu, 23 Sep 2021 12:45:44 +0100 Subject: [PATCH 1/2] Bumping version to 1.2.4 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From b868e4eacde10dda6b56cf42ea674459f2c806bb Mon Sep 17 00:00:00 2001 From: Ben Green Date: Thu, 23 Sep 2021 12:45:54 +0100 Subject: [PATCH 2/2] Adding pipefail to healthcheck --- overlay/usr/local/bin/healthcheck | 3 +++ 1 file changed, 3 insertions(+) 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 #======================================================================================================================