1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

Test if symbolic is already there (#886)

SVN-Revision: 5442
This commit is contained in:
Florian Fainelli 2006-11-04 12:47:45 +00:00
parent ec9592d2ea
commit e410cb37bf

@ -3,7 +3,7 @@
start () {
mkdir -p /var/spool/cron
ln -s /etc/crontabs /var/spool/cron/crontabs
[ -L /var/spool/cron/crontabs ] || ln -s /etc/crontabs /var/spool/cron/crontabs
crond -c /etc/crontabs
}