1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Remove iperf data when server removed

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-03-03 10:51:19 +01:00
parent 6e59e0a350
commit 4cf33af2de

View file

@ -56,6 +56,7 @@ function wizard_add()
end)
ucic:delete("network","server_" .. serverdel .. "_default_route")
ucic:delete("openmptcprouter",serverdel)
ucic:delete("iperf",serverdel)
ucic:save("openmptcprouter")
ucic:commit("openmptcprouter")
ucic:save("network")