mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-29 16:15:55 +00:00
fix linefeed
This commit is contained in:
@@ -41,7 +41,7 @@ fi
|
|||||||
|
|
||||||
if [[ -v PARSER_PROCESS_INTERVAL ]] ; then
|
if [[ -v PARSER_PROCESS_INTERVAL ]] ; then
|
||||||
cmd=$(awk '{$1=""; print $0}' /etc/cron.d/root)
|
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
|
fi
|
||||||
|
|
||||||
# Start supervisord and services
|
# Start supervisord and services
|
||||||
|
|||||||
Reference in New Issue
Block a user