mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Remove old public ip set in openmptcprouter script
This commit is contained in:
parent
941da91286
commit
82ec5ca974
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue