mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 12:01:51 +01:00
Fix typos
This commit is contained in:
parent
3210cc265e
commit
90645d32bd
|
@ -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:?}" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user