fix path to config and binary

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6590 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople 2007-03-17 03:32:12 +00:00
parent 80b0d369b2
commit 3a7be611d5

View File

@ -1,6 +1,6 @@
NAME=updatedd
CONFIG=/etc/$NAME.conf
COMMAND=/usr/sbin/$NAME
CONFIG=/etc/config/$NAME
COMMAND=/usr/bin/$NAME
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
[ -x $COMMAND ] && [ -r $CONFIG ] && {