Merge r4206
This commit is contained in:
parent
e50137c73c
commit
3c6c27f93e
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ boot() {
|
||||||
echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root
|
echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root
|
||||||
}
|
}
|
||||||
|
|
||||||
grep -q '/usr/sbin/ff_olsr_test_gw' /etc/crontabs/root || {
|
# grep -q '/usr/sbin/ff_olsr_test_gw' /etc/crontabs/root || {
|
||||||
echo "* * * * * /usr/sbin/ff_olsr_test_gw" >> /etc/crontabs/root
|
# echo "* * * * * /usr/sbin/ff_olsr_test_gw" >> /etc/crontabs/root
|
||||||
}
|
# }
|
||||||
|
|
||||||
[ -f /etc/rc.local ] && . /etc/rc.local
|
[ -f /etc/rc.local ] && . /etc/rc.local
|
||||||
[ -d /etc/rc.local.d ] && {
|
[ -d /etc/rc.local.d ] && {
|
||||||
|
|
Loading…
Reference in a new issue