busybox sysctl does not support -q
This commit is contained in:
parent
49b36c5f2e
commit
eb7a0a6285
@ -21,7 +21,7 @@ start() {
|
|||||||
if [ -e /etc/sysctl.conf -a ! -x /etc/init.d/sysctl ] ; then
|
if [ -e /etc/sysctl.conf -a ! -x /etc/init.d/sysctl ] ; then
|
||||||
if [ "${RC_SYS}" != "VPS" ] ; then
|
if [ "${RC_SYS}" != "VPS" ] ; then
|
||||||
ebegin "Configuring kernel parameters"
|
ebegin "Configuring kernel parameters"
|
||||||
sysctl -q -p /etc/sysctl.conf
|
sysctl -p /etc/sysctl.conf >/dev/null
|
||||||
eend $?
|
eend $?
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user