contrib/package: properly escape postinstall of freifunk-firewall

This commit is contained in:
Jo-Philipp Wich 2009-06-16 23:12:33 +00:00
parent e2e59b6895
commit 286b11c508

View file

@ -37,7 +37,7 @@ endef
define Package/freifunk-firewall/postinst
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
[ -n "$${IPKG_INSTROOT}" ] || {
if ! grep -q /etc/firewall.freifunk /etc/config/firewall; then
uci add firewall include >/dev/null
uci set firewall.@include[-1].path=/etc/firewall.freifunk