Add tusb6010 package and let tahvo-usb select it
[openwrt.git] / package / busybox / files / cron
index 2e020bb..56348c8 100755 (executable)
@@ -2,8 +2,10 @@
 # Copyright (C) 2006 OpenWrt.org
 START=50
 
+PATH="/bin:/sbin:/usr/bin:/usr/sbin"
+
 start () {
-       loglevel=$(/sbin/uci get "system.@system[0].cronloglevel" 2>/dev/null)
+       loglevel=$(uci_get "system.@system[0].cronloglevel")
        [ -z "$(ls /etc/crontabs/)" ] && exit 1
        mkdir -p /var/spool/cron
        ln -s /etc/crontabs /var/spool/cron/ 2>/dev/null
This page took 0.026901 seconds and 4 git commands to generate.