mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 14:18:57 +00:00
docker installer: added 12 sec delay before deploy script run
This commit is contained in:
@@ -143,6 +143,7 @@ if docker inspect -f '{{.State.Health.Status}}' "$DB_CONTAINER" &>/dev/null; the
|
||||
fi
|
||||
sleep 2
|
||||
done
|
||||
sleep 12
|
||||
else
|
||||
# Fallback: use mysqladmin ping (works for MySQL / MariaDB)
|
||||
SECONDS=0
|
||||
|
||||
Reference in New Issue
Block a user