firewall: the firewall did not start properly on boot
[15.05/openwrt.git] / package / network / config / firewall / files / firewall.init
index 1147b83..662dd80 100755 (executable)
@@ -60,6 +60,6 @@ reload_service() {
 boot() {
        # Be silent on boot, firewall might be started by hotplug already,
        # so don't complain in syslog.
-       QUIET=1
+       QUIET=-q
        start
 }