From cdbe99824ec50a22af1e91424441b38f95e8615f Mon Sep 17 00:00:00 2001 From: 8ear Date: Mon, 2 Sep 2019 12:19:57 +0200 Subject: [PATCH] Fix entrypoint bug --- docker/files/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/files/entrypoint.sh b/docker/files/entrypoint.sh index fda2af4..73d8f39 100755 --- a/docker/files/entrypoint.sh +++ b/docker/files/entrypoint.sh @@ -11,7 +11,7 @@ DEBUG="" # Functions echo (){ - command echo -e "$STARTMSG $*" + command echo "$STARTMSG $*" } # Environment Variables