Skip to content

Commit

Permalink
sentinel-firewall: Better wording in progress message
Browse files Browse the repository at this point in the history
Reformulating the progress message to make it easier for people to
understand that it is about previously set Sentinel rules.
  • Loading branch information
miska authored and Zatharalex committed Nov 28, 2024
1 parent baf2ccc commit 353ed50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ setup_zone() {
firewall_cleanup() {
local chain=""
local handle=""
report_operation "Cleaning up the remnants of the old firewall"
report_operation "Checking for currently setup Sentinel rules"
# Delete all rules marked as !sentinel
nft -a list table inet fw4 | while read line; do
local new_chain="$(echo "$line" | sed -n 's|[[:blank:]]*chain \(.*\) {.*|\1|p')"
Expand Down

0 comments on commit 353ed50

Please sign in to comment.