Skip to content

Commit

Permalink
Fix OMR-Schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Jan 17, 2024
1 parent bb312b9 commit 8e2e392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omr-schedule/files/bin/omr-schedule
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] && (
Expand Down

0 comments on commit 8e2e392

Please sign in to comment.