From 099984f97c521fa52a4b94257df7eb7012062e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 30 Aug 2018 12:53:22 +0200 Subject: [PATCH] Added #!/bin/sh at top of shell script --- docker/4_run/install_scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/4_run/install_scripts.sh b/docker/4_run/install_scripts.sh index 75f776b..a59cc7d 100644 --- a/docker/4_run/install_scripts.sh +++ b/docker/4_run/install_scripts.sh @@ -1,3 +1,4 @@ +#!/bin/sh if [ -f /installed ]; then return