mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-09 07:12:41 +01:00
Fix typos
This commit is contained in:
@@ -45,8 +45,8 @@ main() {
|
||||
fi
|
||||
|
||||
wp core install \
|
||||
--url="${WORDPRESS_INIT_URL:?}" \
|
||||
--title="${WORDPRESS_INIT_TITLE:-WordPress}" \
|
||||
--url="${WORDPRESS_INIT_SITE_URL:?}" \
|
||||
--title="${WORDPRESS_INIT_SITE_TITLE:-WordPress}" \
|
||||
--admin_user="${WORDPRESS_INIT_ADMIN_USER:?}" \
|
||||
--admin_password="${WORDPRESS_INIT_ADMIN_PASSWORD:?}" \
|
||||
--admin_email="${WORDPRESS_INIT_ADMIN_EMAIL:?}" \
|
||||
|
||||
Reference in New Issue
Block a user