This commit is contained in:
Philip Peterson 2026-06-01 03:21:54 -07:00
parent 0d35dda628
commit 187174caa6

View file

@ -35,7 +35,6 @@ else
--site-name="$SITE_NAME" \ --site-name="$SITE_NAME" \
--account-name=admin \ --account-name=admin \
--account-pass="$ADMIN_PASS" \ --account-pass="$ADMIN_PASS" \
--base-url="${BASE_URL:-http://localhost:8080}" \
-y || { echo "[entrypoint] FATAL: site:install failed."; exit 1; } -y || { echo "[entrypoint] FATAL: site:install failed."; exit 1; }
echo "[entrypoint] Drupal installed." echo "[entrypoint] Drupal installed."
fi fi