dhcpv6: add missing dollar sign in dhcpv6 script (FS#874)

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
Hans Dedecker 2017-06-29 09:41:59 +02:00
parent eff3469510
commit cca765f64c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcp6c
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=$(LEDE_GIT)/project/odhcp6c.git

View File

@ -214,6 +214,6 @@ case "$2" in
esac
# user rules
[ -f /etc/odhcp6c.user ] && . /etc/odhcp6c.user "@"
[ -f /etc/odhcp6c.user ] && . /etc/odhcp6c.user "$@"
exit 0