Check if user input empty username

This commit is contained in:
2025-01-30 19:37:40 +09:00
parent b4d525926a
commit 8c46cfebe5
3 changed files with 15 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ wpcli() {
echo "Waiting for MariaDB to be ready..."
while [ "$(docker inspect --format='{{.State.Health.Status}}' db_${DOMAIN})" != "healthy" ]; do
echo "MariaDB is not healthy yet. Retrying..."
#echo "MariaDB is not healthy yet. Retrying..."
echo "Loading..."
sleep 5
done