mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Remove ipset migration
This commit is contained in:
parent
20c219fdf2
commit
1cf24d2475
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cd /etc/uci-defaults || exit 0
|
cd /etc/uci-defaults || exit 0
|
||||||
|
# Keep dnsmasq ipset with old method
|
||||||
|
rm -f /etc/uci-defaults/50-dnsmasq-migrate-ipset.sh
|
||||||
|
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
|
|
||||||
files="$(ls /etc/uci-defaults/)"
|
files="$(ls /etc/uci-defaults/)"
|
||||||
|
|
Loading…
Reference in a new issue