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:
parent
5c9985ba7a
commit
177477ea96
1 changed files with 1 additions and 1 deletions
|
@ -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 )&
|
||||
|
|
Loading…
Reference in a new issue