wait 40 seconds before rdate because of

olsr has to create the whole routing-table first
This commit is contained in:
Matthias Uferer 2011-07-05 12:28:40 +00:00
parent 528faebb01
commit 3faeaddc5e

View file

@ -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 ) &
}