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

Restart omr-bypass on reload

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-12-27 10:54:31 +01:00
parent 93ef6013ec
commit 3406c9d661

View file

@ -1029,12 +1029,12 @@ service_triggers() {
} }
reload_service() { reload_service() {
RELOAD=1 #RELOAD=1
stop stop
start start
} }
restart_service() { restart_service() {
RELOAD=1 #RELOAD=1
stop stop
start start
} }