mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 15:38:43 +00:00
Update WP plugins
This commit is contained in:
@@ -1327,7 +1327,7 @@ function init_lemper_create() {
|
||||
--admin_user="${APP_ADMIN_USER}" --admin_password="${APP_ADMIN_PASS}" \
|
||||
--admin_email="${APP_ADMIN_EMAIL}" --path="${WEBROOT}" && \
|
||||
run sudo -u "${USERNAME}" -i -- wp-cli plugin install \
|
||||
akismet classic-editor nginx-helper redis-cache statically --activate --path="${WEBROOT}"
|
||||
akismet autoptimize cache-enabler classic-editor nginx-helper redis-cache --activate --path="${WEBROOT}"
|
||||
fi
|
||||
|
||||
# Install WooCommerce.
|
||||
@@ -1372,7 +1372,7 @@ function init_lemper_create() {
|
||||
--title="WordPress Multi-site Managed by LEMPer" --admin_user="${APP_ADMIN_USER}" \
|
||||
--admin_password="${APP_ADMIN_PASS}" --admin_email="${APP_ADMIN_EMAIL}" --path="${WEBROOT}" && \
|
||||
run sudo -u "${USERNAME}" -i -- wp-cli plugin install \
|
||||
akismet classic-editor nginx-helper redis-cache statically --activate-network --path="${WEBROOT}"
|
||||
akismet autoptimize cache-enabler classic-editor nginx-helper redis-cache --activate-network --path="${WEBROOT}"
|
||||
fi
|
||||
|
||||
# Mercator domain mapping.
|
||||
|
||||
Reference in New Issue
Block a user