From: Jo-Philipp Wich Date: Mon, 16 Mar 2009 21:04:51 +0000 (+0000) Subject: modules/freifunk: fix cron restart in init script X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ff57f4f870639b5ea8064d789d222193f874112b;p=openwrt-luci.git modules/freifunk: fix cron restart in init script --- diff --git a/modules/freifunk/root/etc/init.d/freifunk b/modules/freifunk/root/etc/init.d/freifunk index a61f8b7a17..13dfde7f68 100755 --- a/modules/freifunk/root/etc/init.d/freifunk +++ b/modules/freifunk/root/etc/init.d/freifunk @@ -24,5 +24,5 @@ boot() { done } - killall -HUP crond 2>/dev/null || /etc/init.d/cron start + /etc/init.d/cron restart }