File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1062,6 +1062,7 @@ wp rewrite flush --hard --allow-root
10621062# Install and Activate Essential EngineScript Plugins
10631063echo " Installing essential plugins..."
10641064# WP-CLI Install Plugins (Overwrite/update if already present from import)
1065+ wp plugin install action-scheduler --allow-root
10651066wp plugin install app-for-cf --allow-root
10661067wp plugin install autodescription --allow-root
10671068wp plugin install flush-opcache --allow-root --activate # Activate this one
Original file line number Diff line number Diff line change @@ -707,6 +707,7 @@ cd "/var/www/sites/${SITE_URL}/html"
707707wp core install --admin_user=" ${WP_ADMIN_USERNAME} " --admin_password=" ${WP_ADMIN_PASSWORD} " --admin_email=" ${WP_ADMIN_EMAIL} " --url=" https://${SITE_URL} " --title=' New Site' --skip-email --allow-root
708708
709709# WP-CLI Install Plugins
710+ wp plugin install action-scheduler --allow-root
710711wp plugin install app-for-cf --allow-root
711712wp plugin install autodescription --allow-root
712713wp plugin install flush-opcache --allow-root
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ touch "/var/log/EngineScript/enginescript-api-security.log"
138138# Set proper permissions for EngineScript logs
139139chown -R www-data:www-data " /var/log/EngineScript"
140140chmod -R 644 " /var/log/EngineScript" /* .log
141- chmod -R 644 " /var/log/EngineScript" /* .txt
142141
143142# Logrotate - EngineScript Logs (DISABLED - preserves install logs)
144143# cp -rf "/usr/local/bin/enginescript/config/etc/logrotate.d/enginescript" "/etc/logrotate.d/enginescript"
You can’t perform that action at this time.
0 commit comments