contrib/freifunk-policyrouting: Escape $ in Makefile
This commit is contained in:
parent
52eee5e701
commit
7ab501f9cd
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ endef
|
||||||
|
|
||||||
define Package/freifunk-policyrouting/postinst
|
define Package/freifunk-policyrouting/postinst
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -n "${IPKG_INSTROOT}" ] || {
|
[ -n "$${IPKG_INSTROOT}" ] || {
|
||||||
/etc/init.d/freifunk-policyrouting enabled || /etc/init.d/freifunk-policyrouting enable
|
/etc/init.d/freifunk-policyrouting enabled || /etc/init.d/freifunk-policyrouting enable
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue