1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +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=1
#RELOAD=1
stop
start
}
restart_service() {
RELOAD=1
#RELOAD=1
stop
start
}