Skip to content

Commit 7e664ea

Browse files
committed
allow screen name and server name to match without warning
1 parent 193cc8c commit 7e664ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +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 ' |
455456
grep -v 'node .*.js'
456457
done
457458
}

0 commit comments

Comments
 (0)