wait 40 seconds before rdate because of
olsr has to create the whole routing-table first
This commit is contained in:
parent
528faebb01
commit
3faeaddc5e
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ boot() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
( /usr/sbin/ff_rdate; /etc/init.d/cron restart ) &
|
( sleep 40; /usr/sbin/ff_rdate; /etc/init.d/cron restart ) &
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue