mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 07:25:37 +08: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_exit EXIT
|
||||||
trap on_reload USR2
|
trap on_reload USR2
|
||||||
|
|
||||||
unicorn -c $1 &
|
unicorn $@ &
|
||||||
UNICORN_PID=$!
|
UNICORN_PID=$!
|
||||||
|
|
||||||
echo "supervisor pid: $UNICORN_SUPERVISOR_PID unicorn pid: $UNICORN_PID"
|
echo "supervisor pid: $UNICORN_SUPERVISOR_PID unicorn pid: $UNICORN_PID"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user