modules/freifunk: disable gateway test for now due to uci problems
This commit is contained in:
parent
4093233524
commit
910ac84a46
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ boot() {
|
|||
echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root
|
||||
}
|
||||
|
||||
grep -q '/usr/sbin/ff_olsr_test_gw' /etc/crontabs/root || {
|
||||
echo "* * * * * /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
|
||||
# }
|
||||
|
||||
[ -f /etc/rc.local ] && . /etc/rc.local
|
||||
[ -d /etc/rc.local.d ] && {
|
||||
|
|
Loading…
Reference in a new issue