mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
busybox: hide output of sysctl
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
eeb724d260
commit
7fb751577c
@ -24,5 +24,5 @@
|
||||
|
||||
progress "setup sysctl"
|
||||
if [ -f /etc/sysctl.conf ]; then
|
||||
sysctl -p /etc/sysctl.conf &
|
||||
sysctl -p /etc/sysctl.conf > /dev/null 2>&1 &
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user