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: v18.06.0-rc1~2612 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=1d45ec2784b0706d7c596825160a6e51b0830dbc 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 fb68a58951..6671e01c91 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