X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9948fcb210feb8518ec319362329fcb5c2f5a495..3c4461a2c9e1a31227ec6a9a7e48e63f437ab182:/package/busybox/files/cron diff --git a/package/busybox/files/cron b/package/busybox/files/cron index d99793709..56348c84a 100755 --- a/package/busybox/files/cron +++ b/package/busybox/files/cron @@ -2,6 +2,8 @@ # Copyright (C) 2006 OpenWrt.org START=50 +PATH="/bin:/sbin:/usr/bin:/usr/sbin" + start () { loglevel=$(uci_get "system.@system[0].cronloglevel") [ -z "$(ls /etc/crontabs/)" ] && exit 1