Skip to content

Commit 2a8cf00

Browse files
committed
on arch its SCREEN and on debian screen
1 parent 7e664ea commit 2a8cf00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ function get_running_procs() {
452452
do
453453
ps o cmd -p "$proc" | tail -n1 |
454454
grep -v 'lib/commit.sh' |
455-
grep -v '^SCREEN ' |
455+
grep -vi '^SCREEN ' |
456456
grep -v 'node .*.js'
457457
done
458458
}

0 commit comments

Comments
 (0)