mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-22 18:40:27 +00:00
hopefully last fix for S60cron
SVN-Revision: 2812
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user