mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
correct param expansion
This commit is contained in:
parent
d30721f06b
commit
ee280c5c04
@ -28,7 +28,7 @@ export UNICORN_SUPERVISOR_PID=$$
|
||||
trap on_exit EXIT
|
||||
trap on_reload USR2
|
||||
|
||||
unicorn -c $1 &
|
||||
unicorn $@ &
|
||||
UNICORN_PID=$!
|
||||
|
||||
echo "supervisor pid: $UNICORN_SUPERVISOR_PID unicorn pid: $UNICORN_PID"
|
||||
|
Loading…
Reference in New Issue
Block a user