1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-09-20 15:22:14 +02:00
parent 5bf1d8243a
commit 318ef2f7ae

View file

@ -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