mirror of
https://github.com/unraid/webgui.git
synced 2026-02-20 16:18:57 -06:00
scripts dutchification - batch 3
This commit is contained in:
@@ -136,7 +136,7 @@ if [[ -x /sbin/sysctl && -r /etc/sysctl.conf ]]; then
|
||||
elif [[ -x /sbin/sysctl ]]; then
|
||||
log "Configuring kernel parameters..."
|
||||
# Don't say "Applying /etc/sysctl.conf" or complain if the file doesn't exist
|
||||
run /sbin/sysctl -e --system | /bin/grep -v "Applying /etc/sysctl.conf"
|
||||
/sbin/sysctl -e --system | /bin/grep -v "Applying /etc/sysctl.conf" | log
|
||||
fi
|
||||
|
||||
# Clean up some temporary files:
|
||||
|
||||
Reference in New Issue
Block a user