Skip to content

Commit

Permalink
Update app.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
etkaar authored Mar 21, 2021
1 parent 51f16a1 commit 4f7add3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ case "$CMD" in
if [ "$OPT_DRY_RUN" = 1 ]
then
>&2 echo "Generated rulset can be found here:\n $TMP_RULESET_FILE\n"
>&2 echo "Generated ruleset can be found here:\n $TMP_RULESET_FILE\n"
CHECKRESULT="`2>&1 nft -c -f $TMP_RULESET_FILE`"
Expand Down

0 comments on commit 4f7add3

Please sign in to comment.