fix shellcheck errors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
db1bf0d72e
commit
ed00ae1432
1 changed files with 1 additions and 1 deletions
2
timeout
2
timeout
|
|
@ -31,7 +31,7 @@ check_pid() {
|
|||
PID=$1
|
||||
LOOP=$2
|
||||
|
||||
for i in $(seq 1 "$LOOP"); do
|
||||
for _ in $(seq 1 "$LOOP"); do
|
||||
test -d "/proc/$PID/" && sleep 1 || STATUS=0
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue