mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 08:31:46 +04:00
contrib/freifunk-policyrouting: Escape $ in Makefile
This commit is contained in:
@@ -38,7 +38,7 @@ endef
|
||||
|
||||
define Package/freifunk-policyrouting/postinst
|
||||
#!/bin/sh
|
||||
[ -n "${IPKG_INSTROOT}" ] || {
|
||||
[ -n "$${IPKG_INSTROOT}" ] || {
|
||||
/etc/init.d/freifunk-policyrouting enabled || /etc/init.d/freifunk-policyrouting enable
|
||||
exit 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user