scripts dutchification - batch 3

This commit is contained in:
bergware
2023-10-05 01:42:04 +02:00
parent 11e9fc1a61
commit ea3c5d0269

View File

@@ -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: