disable log function

This commit is contained in:
2025-01-30 15:34:30 +09:00
parent a424102408
commit 336473af57
3 changed files with 26 additions and 14 deletions
+10 -10
View File
@@ -20,7 +20,7 @@ if ! wpcli core is-installed ; then
--admin_password="${ADMIN_PASSWORD}" \
--admin_email="${ADMIN_EMAIL}" \
--skip-email
wpcli rewrite structure '/%postname%/'
echo "Installing and activating plugins..."
wpcli plugin install wordfence cache-enabler --activate
wpcli option update cache_enabler '{
@@ -50,19 +50,19 @@ if ! wpcli core is-installed ; then
wpcli theme update --all
# List users
echo "== User List =="
wpcli user list
echo ""
#echo "== User List =="
#wpcli user list
#echo ""
# Show installed plugin
echo "== Theme List =="
wpcli theme list
echo ""
#echo "== Theme List =="
#wpcli theme list
#echo ""
# Show installed plugin
echo "== Plugin List =="
wpcli plugin list
echo ""
#echo "== Plugin List =="
#wpcli plugin list
#echo ""
echo "WordPress setup completed!"
else