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

Non-breaking space broke the control sequence.

parent 016d66a0
...@@ -61,7 +61,7 @@ start() { ...@@ -61,7 +61,7 @@ start() {
ulimit -u ${NPROCS:-unlimited} ulimit -u ${NPROCS:-unlimited}
# If defined, set maximum core size. # If defined, set maximum core size.
if [ -n "${DAEMON_COREFILE_LIMIT}" ] if [ -n "${DAEMON_COREFILE_LIMIT}" ]
then then
ulimit -c ${DAEMON_COREFILE_LIMIT} ulimit -c ${DAEMON_COREFILE_LIMIT}
fi 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