Skip to content

Commit

Permalink
Fixes issue #3939
Browse files Browse the repository at this point in the history
  • Loading branch information
tasket committed May 31, 2018
1 parent f49e341 commit b8783e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion network/qubes-iptables
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ start() {

CMD_ARGS=
if "$CMD-restore" --help 2>&1 | grep -q wait=; then
# 'wait' must be last on command line if secs not specified
CMD_ARGS=--wait
fi

echo -n $"${CMD}: Applying firewall rules: "

"$CMD-restore" $CMD_ARGS "$IPTABLES_DATA"
"$CMD-restore" "$IPTABLES_DATA" $CMD_ARGS
ret="$?"
if [ "$ret" -eq 0 ]; then
echo OK
Expand Down

0 comments on commit b8783e6

Please sign in to comment.