mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix OMR-Schedule
This commit is contained in:
parent
bb312b9f3f
commit
8e2e392041
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
. /lib/functions/network.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
|
for schedule_bin in /usr/share/omr/schedule.d/*; do
|
||||||
[ -x "$schedule_bin" ] && (
|
[ -x "$schedule_bin" ] && (
|
||||||
|
|
Loading…
Reference in a new issue