Test if symbolic is already there (#886)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5442 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2006-11-04 12:47:45 +00:00
parent e669927c9b
commit 36f10c5837
1 changed files with 1 additions and 1 deletions

View File

@ -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
}