From: Hans Dedecker Date: Thu, 29 Jun 2017 07:41:59 +0000 (+0200) Subject: dhcpv6: add missing dollar sign in dhcpv6 script (FS#874) X-Git-Tag: v17.01.3~82 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=cca765f64c5577b911f1a04a3cef60cf7a745d4b dhcpv6: add missing dollar sign in dhcpv6 script (FS#874) Signed-off-by: Hans Dedecker --- diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index 0ed9b581f5..8b97e1fb26 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -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 diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.script b/package/network/ipv6/odhcp6c/files/dhcpv6.script index 1bb5e771b6..ab0b556755 100755 --- a/package/network/ipv6/odhcp6c/files/dhcpv6.script +++ b/package/network/ipv6/odhcp6c/files/dhcpv6.script @@ -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