1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Fix OMR-Schedule

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-17 15:39:29 +01:00
parent bb312b9f3f
commit 8e2e392041

View file

@ -2,7 +2,7 @@
. /lib/functions.sh
. /lib/functions/network.sh
[ -n "$(pgrep -f 'omr-schedule')" ] && exit 0
#[ -n "$(pgrep -f 'omr-schedule')" ] && exit 0
for schedule_bin in /usr/share/omr/schedule.d/*; do
[ -x "$schedule_bin" ] && (