From 2ae88ed7b0951aaff3f5d7d6fb7dfe05f7d0a3fa Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 26 Jul 2019 00:38:11 +0200 Subject: [PATCH] make sysctl quiet --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index ad21c6f..c8079b7 100755 --- a/install +++ b/install @@ -651,7 +651,7 @@ wo_tweak_kernel() { echo 'net.ipv4.tcp_congestion_control = htcp' >> /etc/sysctl.d/60-wo-tweaks.conf fi # apply sysctl tweaks - sysctl -e -p /etc/sysctl.d/60-wo-tweaks.conf + sysctl -eq -p /etc/sysctl.d/60-wo-tweaks.conf if [ ! -x /opt/wo-kernel.sh ]; then { # download and setup wo-kernel systemd service to apply kernel tweaks for netdata and redis on server startup