We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f45b2 commit 854d4c3Copy full SHA for 854d4c3
bin/v-update-firewall
@@ -192,7 +192,7 @@ else
192
preup="/etc/network/if-pre-up.d/iptables"
193
if [ ! -e "$preup" ]; then
194
echo '#!/bin/sh' > $preup
195
- echo '${HESTIA}/bin/v-update-firewall-ipset' >> $preup
+ echo "${HESTIA}/bin/v-update-firewall-ipset" >> $preup
196
echo "/sbin/iptables-restore < /etc/iptables.rules" >> $preup
197
echo "exit 0" >> $preup
198
chmod +x $preup
0 commit comments