Commit 40b8066d authored by Lasse Karstensen's avatar Lasse Karstensen

Non-breaking space broke the control sequence.

parent 016d66a0
......@@ -61,7 +61,7 @@ start() {
ulimit -u ${NPROCS:-unlimited}
# If defined, set maximum core size.
if [ -n "${DAEMON_COREFILE_LIMIT}" ]
if [ -n "${DAEMON_COREFILE_LIMIT}" ]
then
ulimit -c ${DAEMON_COREFILE_LIMIT}
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment