Skip to content

Commit 088a531

Browse files
committed
fix running from cron
1 parent 7b5a4ce commit 088a531

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ function get_running_procs() {
453453
ps o cmd -p "$proc" | tail -n1 |
454454
grep -v 'lib/commit.sh' |
455455
grep -vi '^SCREEN ' |
456+
grep -vi '^/usr/bin/SCREEN ' |
456457
grep -v 'node .*.js'
457458
done
458459
}

0 commit comments

Comments
 (0)