Commit f93cbd03 by e0d

Fixing elided space.

parent 11ded37a
...@@ -25,7 +25,7 @@ OPTIONS="app.rb" ...@@ -25,7 +25,7 @@ OPTIONS="app.rb"
start() start()
{ {
echo "Starting $NAME." echo "Starting $NAME."
start-stop-daemon -b --start --pidfile ${PID} -m -c ${USER} -d ${APP_ROOT}--exec ${DAEMON} -- ${OPTIONS} start-stop-daemon -b --start --pidfile ${PID} -m -c ${USER} -d ${APP_ROOT} --exec ${DAEMON} -- ${OPTIONS}
} }
stop() stop()
......
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