Skip to content

Commit

Permalink
firewall: fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
obsy committed Aug 13, 2013
1 parent 0c72bbc commit 9c5be4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/gargoyle-firewall-util/Makefile
Expand Up @@ -45,7 +45,7 @@ endef

define Package/gargoyle-firewall-util/postinst
included=$$(cat $${IPKG_INSTROOT}/etc/config/firewall | grep 'gargoyle_additions.firewall' )
if [ -z "$$included" ] ; then printf "config include\n\toption type script\n\toption path /usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall\n\n\toption family IPv4\n\toption reload 1\n" >> $${IPKG_INSTROOT}/etc/config/firewall ; fi
if [ -z "$$included" ] ; then printf "config include\n\toption type script\n\toption path /usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall\n\toption family IPv4\n\toption reload 1\n\n" >> $${IPKG_INSTROOT}/etc/config/firewall ; fi
endef

define Package/gargoyle-firewall-util/install
Expand Down

0 comments on commit 9c5be4b

Please sign in to comment.