Skip to content

Commit 07888d2

Browse files
authored
v1.2.4 (#15)
Major updates * Adding pipefail to healthcheck
1 parent 9265a9f commit 07888d2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.3
1+
1.2.4

overlay/usr/local/bin/healthcheck

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh
22

3+
set -euo pipefail
4+
5+
36
#======================================================================================================================
47
# Attempt to load localhost using wget
58
#======================================================================================================================

0 commit comments

Comments
 (0)