Skip to content

Commit

Permalink
bail out if -legacy does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed Aug 4, 2024
1 parent 474d48f commit a74ed20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ipv4-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ if [[ $rc -ne 0 ]]; then
rc=$?
if [[ $rc -ne 0 ]]; then
echo " $ipt is not working as expected" >&2
exit 1
fi
fi
set -e
Expand Down
1 change: 1 addition & 0 deletions ipv6-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ if [[ $rc -ne 0 ]]; then
rc=$?
if [[ $rc -ne 0 ]]; then
echo " $ipt is not working as expected" >&2
exit 1
fi
fi
set -e
Expand Down

0 comments on commit a74ed20

Please sign in to comment.