mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +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
|
cp /etc/uci-defaults/* /usr/share/omr-update
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Do not keep /etc/nftables.d
|
||||||
|
rm -f /lib/upgrade/keep.d/firewall4
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue