mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-28 16:24:56 +01:00
SERVER-6008 move '--' out of DAEMON_OPTS rvalue
This commit is contained in:
parent
188a0237bd
commit
878cc4e5c9
2
debian/init.d
vendored
2
debian/init.d
vendored
@ -72,7 +72,7 @@ then
|
||||
DAEMON_OPTS=${DAEMON_OPTS:-"--config $CONF"}
|
||||
else
|
||||
NUMACTL=""
|
||||
DAEMON_OPTS=${DAEMON_OPTS:-"-- --config $CONF"}
|
||||
DAEMON_OPTS="-- "${DAEMON_OPTS:-"--config $CONF"}
|
||||
fi
|
||||
|
||||
if test ! -x $DAEMON; then
|
||||
|
Loading…
Reference in New Issue
Block a user