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