Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed May 25, 2024
1 parent 3210cc2 commit 90645d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/etc/s6-overlay/s6-rc.d/init-install-wordpress/run
Original file line number Diff line number Diff line change
Expand Up @@ -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:?}" \
Expand Down

0 comments on commit 90645d3

Please sign in to comment.