Skip to content

Commit 5d42737

Browse files
authored
cepte
1 parent 4c10056 commit 5d42737

File tree

1 file changed

+1
-1
lines changed
  • packages/server/src/utils/docker

1 file changed

+1
-1
lines changed

packages/server/src/utils/docker/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ CHECK_INTERVAL=10
156156
echo "Preparing for execution..."
157157
158158
while true; do
159-
PROCESSES=$(ps aux | grep -E "^.*docker [a-z]" | grep -v grep)
159+
PROCESSES=$(ps aux | grep -E "^.*docker [A-Za-z]" | grep -v grep)
160160
161161
if [ -z "$PROCESSES" ]; then
162162
echo "Docker is idle. Starting execution..."

0 commit comments

Comments
 (0)