DocSpace-buildtools/install/docker/wait-bin-share-docker-entrypoint.sh
Alexey Safronov e1d0bb5f1d Applied chmod +x for *.sh scripts
Issue: OCI runtime create failed: permission denied: unknown
2023-10-03 11:29:50 +04:00

8 lines
113 B
Bash
Executable File

#!/bin/sh
until cat /var/www/products/status.txt
do
echo "waiting for the storage to be ready"
sleep 5
done