hopefully last fix for S60cron
[openwrt.git] / openwrt / package / base-files / default / etc / init.d / S60cron
index bd12b8b..6069b81 100755 (executable)
@@ -1,8 +1,6 @@
 #!/bin/sh
 [ -d /etc/crontabs ] || mkdir -p /etc/crontabs
-
-[ -e /var/spool/cron/crontabs ] && {
-       mkdir -p /var/spool/cron
-       ln -s /etc/crontabs /var/spool/cron
-}
-       crond -c /etc/crontabs
+[ -e /var/spool/cron/crontabs ] || {
+        mkdir -p /var/spool/cron
+        ln -s /etc/crontabs /var/spool/cron/crontabs
+} && crond -c /etc/crontabs