Skip to content

Commit 854d4c3

Browse files
committed
Fix v-update-firewall-ipset path in network startup script
1 parent 52f45b2 commit 854d4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-update-firewall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ else
192192
preup="/etc/network/if-pre-up.d/iptables"
193193
if [ ! -e "$preup" ]; then
194194
echo '#!/bin/sh' > $preup
195-
echo '${HESTIA}/bin/v-update-firewall-ipset' >> $preup
195+
echo "${HESTIA}/bin/v-update-firewall-ipset" >> $preup
196196
echo "/sbin/iptables-restore < /etc/iptables.rules" >> $preup
197197
echo "exit 0" >> $preup
198198
chmod +x $preup

0 commit comments

Comments
 (0)