This commit is contained in:
фырат ёздэн 2025-12-14 07:32:28 +03:00 committed by GitHub
parent 4c10056394
commit 5d42737943
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,7 +156,7 @@ CHECK_INTERVAL=10
echo "Preparing for execution..."
while true; do
PROCESSES=$(ps aux | grep -E "^.*docker [a-z]" | grep -v grep)
PROCESSES=$(ps aux | grep -E "^.*docker [A-Za-z]" | grep -v grep)
if [ -z "$PROCESSES" ]; then
echo "Docker is idle. Starting execution..."