1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Remove old public ip set in openmptcprouter script

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-07-08 17:07:29 +02:00
parent 941da91286
commit 82ec5ca974

View file

@ -15,6 +15,7 @@ omr_intf_del() {
omr_intf_check() {
[ "$(uci -q get network.$1)" = "" ] && omr_intf_del $1
uci -q delete openmptcprouter.$1.publicip
}
omr_intf_set() {