mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 20:31:05 +02:00
Test if symbolic is already there (#886)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5442 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
da649a5857
commit
ed99f7ba39
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user