modules/freifunk: there's a race-condition between splash and natfix during boot which often prevents proper splash-whitelisting, delay splash-startup by three seconds

This commit is contained in:
Jo-Philipp Wich 2009-06-05 17:44:13 +00:00
parent 5c9985ba7a
commit 177477ea96

View file

@ -56,4 +56,4 @@ uci_set_state firewall core loaded 1
config_foreach fw_addif interface
config_foreach apply_nat_fix interface
[ -x /etc/init.d/luci_splash ] && /etc/init.d/luci_splash start
[ -x /etc/init.d/luci_splash ] && ( sleep 3; /etc/init.d/luci_splash start )&