This commit is contained in:
фырат ёздэн
2025-12-14 07:24:27 +03:00
committed by GitHub
parent 8c889fc71e
commit 4c10056394

View File

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