Skip to content

Commit

Permalink
Fix loading of firewall-scripted
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Nov 1, 2016
1 parent 2da2599 commit da11faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/firewall
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ then Die 'cannot find ip6tables'
fi

if $use_restore
then if firewall_scripted=`push.sh 2>/dev/null`
then if firewall_scripted=`firewall-scripted.sh 2>/dev/null`
then eval "$firewall_scripted"
else echo "firewall-scripted.sh (v10.0 or newer) required" >&2
exit 1
Expand Down

0 comments on commit da11faa

Please sign in to comment.