Skip to content

Commit cca765f

Browse files
committed
dhcpv6: add missing dollar sign in dhcpv6 script (FS#874)
Signed-off-by: Hans Dedecker <[email protected]>
1 parent eff3469 commit cca765f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/network/ipv6/odhcp6c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=odhcp6c
11-
PKG_RELEASE:=1
11+
PKG_RELEASE:=2
1212

1313
PKG_SOURCE_PROTO:=git
1414
PKG_SOURCE_URL:=$(LEDE_GIT)/project/odhcp6c.git

package/network/ipv6/odhcp6c/files/dhcpv6.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,6 @@ case "$2" in
214214
esac
215215

216216
# user rules
217-
[ -f /etc/odhcp6c.user ] && . /etc/odhcp6c.user "@"
217+
[ -f /etc/odhcp6c.user ] && . /etc/odhcp6c.user "$@"
218218

219219
exit 0

0 commit comments

Comments
 (0)