1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

Fix omr-tracker reload/restart with parameter

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-09-12 16:42:40 +02:00
parent b1a32ce3b3
commit 3362c5231e

View file

@ -475,13 +475,11 @@ service_triggers() {
}
reload_service() {
stop
sleep 5
start
restart "$@"
}
restart_service() {
stop
sleep 5
start
start "$@"
}