From 7823ca388c7822a3782acd5021b4944b080bb560 Mon Sep 17 00:00:00 2001
From: Will Medlar <will.medlar@gmail.com>
Date: Fri, 11 May 2018 13:44:04 -0400
Subject: [PATCH] Set -e to fail fast

---
 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entrypoint.sh b/entrypoint.sh
index 771b32d..b06f083 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 if [ "$1" == "install" ]; then
   if [ -d /host ]; then
     mkdir -p /host/cfg/
-- 
GitLab