mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Do not keep /etc/nftables.d/* on upgrade
This commit is contained in:
parent
5bf1d8243a
commit
318ef2f7ae
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue