Skip to content

Commit

Permalink
Do not keep /etc/nftables.d/* on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Sep 20, 2024
1 parent 5bf1d82 commit 318ef2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openmptcprouter/files/etc/uci-defaults/0000-omr-update
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ files="$(ls /etc/uci-defaults/)"
cp /etc/uci-defaults/* /usr/share/omr-update
fi
}

# Do not keep /etc/nftables.d
rm -f /lib/upgrade/keep.d/firewall4

exit 0

0 comments on commit 318ef2f

Please sign in to comment.