From 838549d25145f39c04485cc89988cd00ab34b02e Mon Sep 17 00:00:00 2001 From: Dmitry Krasnoukhov Date: Fri, 23 Aug 2019 09:14:01 +0300 Subject: [PATCH] Address "exec format error" in docker (#93) --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 799bae8..8b3cf29 100644 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ - #!/bin/sh +#!/bin/sh if ! [ -f '/config/config.yaml' ]; then echo "There is no config.yaml! An example is created."