Skip to content

Commit ed2c3db

Browse files
authored
Updates
1 parent 56fab9e commit ed2c3db

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/functions/vhost/vhost-import.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,7 @@ wp rewrite flush --hard --allow-root
10621062
# Install and Activate Essential EngineScript Plugins
10631063
echo "Installing essential plugins..."
10641064
# WP-CLI Install Plugins (Overwrite/update if already present from import)
1065+
wp plugin install action-scheduler --allow-root
10651066
wp plugin install app-for-cf --allow-root
10661067
wp plugin install autodescription --allow-root
10671068
wp plugin install flush-opcache --allow-root --activate # Activate this one

scripts/functions/vhost/vhost-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ cd "/var/www/sites/${SITE_URL}/html"
707707
wp 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
710711
wp plugin install app-for-cf --allow-root
711712
wp plugin install autodescription --allow-root
712713
wp plugin install flush-opcache --allow-root

setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ touch "/var/log/EngineScript/enginescript-api-security.log"
138138
# Set proper permissions for EngineScript logs
139139
chown -R www-data:www-data "/var/log/EngineScript"
140140
chmod -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"

0 commit comments

Comments
 (0)