proxyvm: remove unused code
This commit is contained in:
parent
203b55ee0a
commit
9d380bdd0d
@ -31,10 +31,6 @@ while true; do
|
|||||||
if [ "$OUT" ]; then
|
if [ "$OUT" ]; then
|
||||||
DISPLAY=:0 /usr/bin/notify-send -t 3000 "Firewall loading error ($HOSTNAME)" "$OUT" || :
|
DISPLAY=:0 /usr/bin/notify-send -t 3000 "Firewall loading error ($HOSTNAME)" "$OUT" || :
|
||||||
fi
|
fi
|
||||||
if [[ -z "$OUT" ]]; then
|
|
||||||
# If OK save it for later
|
|
||||||
/sbin/service iptables save >/dev/null
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Check if user didn't define some custom rules to be applied as well...
|
# Check if user didn't define some custom rules to be applied as well...
|
||||||
[ -x /rw/config/qubes_firewall_user_script ] && /rw/config/qubes_firewall_user_script
|
[ -x /rw/config/qubes_firewall_user_script ] && /rw/config/qubes_firewall_user_script
|
||||||
|
Loading…
Reference in New Issue
Block a user