Bob Mottram 8 years ago
parent
commit
3f27c2a5ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-firewall

+ 1
- 1
src/freedombone-utils-firewall View File

@@ -43,7 +43,7 @@ function global_rate_limit {
43 43
     else
44 44
         sed -i 's|net.ipv4.tcp_challenge_ack_limit.*|net.ipv4.tcp_challenge_ack_limit = 999999999|g' /etc/sysctl.conf
45 45
     fi
46
-    sysctl -p
46
+    sysctl -p 2> /dev/null
47 47
 }
48 48
 
49 49
 function enable_ipv6 {