From 74520b5719ff94406f2635566fe5ea84a9c81b91 Mon Sep 17 00:00:00 2001 From: Robert Schumann Date: Wed, 4 Apr 2018 22:16:34 +0200 Subject: [PATCH] fix linefeed --- manifest/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/entrypoint.sh b/manifest/entrypoint.sh index 46fb0ee..1ed8034 100644 --- a/manifest/entrypoint.sh +++ b/manifest/entrypoint.sh @@ -41,7 +41,7 @@ fi if [[ -v PARSER_PROCESS_INTERVAL ]] ; then cmd=$(awk '{$1=""; print $0}' /etc/cron.d/root) - echo -n "${PARSER_PROCESS_INTERVAL} ${cmd}" > /etc/cron.d/root + echo "${PARSER_PROCESS_INTERVAL} ${cmd}" > /etc/cron.d/root fi # Start supervisord and services