diff options
author | Steven Barth <steven@midlink.org> | 2009-01-31 16:28:34 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-01-31 16:28:34 +0000 |
commit | ce2da9198bd7d02815878bf04681ffe6c1dabb91 (patch) | |
tree | f3236a4d75fe4e29107499d25a0c7e8c2e85b7e0 /modules/freifunk/root/etc | |
parent | 56f5204e8f61c065023fc3a014355b4cacaa0772 (diff) |
Fix ff_olsr_test_gw
Diffstat (limited to 'modules/freifunk/root/etc')
-rwxr-xr-x | modules/freifunk/root/etc/init.d/freifunk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk index 801dd5bc74..f1b274471c 100755 --- a/modules/freifunk/root/etc/init.d/freifunk +++ b/modules/freifunk/root/etc/init.d/freifunk @@ -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 ] && { |