we need to actually return 1 if no pids are alive. DUH
This commit is contained in:
parent
24d64da2ed
commit
c799ab796b
|
@ -43,6 +43,8 @@ pids_exist() {
|
|||
return 0
|
||||
fi
|
||||
done
|
||||
|
||||
return 1
|
||||
}
|
||||
|
||||
pid_wait() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user