From: Matthias Uferer Date: Tue, 5 Jul 2011 12:28:40 +0000 (+0000) Subject: wait 40 seconds before rdate because of X-Git-Tag: 0.11.0~1961 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=3faeaddc5e270c828382a5a45f17ce0db6daeff0 wait 40 seconds before rdate because of olsr has to create the whole routing-table first --- diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk index 273f83285..f5248698a 100755 --- a/modules/freifunk/root/etc/init.d/freifunk +++ b/modules/freifunk/root/etc/init.d/freifunk @@ -33,5 +33,5 @@ boot() { done } - ( /usr/sbin/ff_rdate; /etc/init.d/cron restart ) & + ( sleep 40; /usr/sbin/ff_rdate; /etc/init.d/cron restart ) & }