diff --git a/setup/engine b/setup/engine index e8feff5e..13ce91b8 100755 --- a/setup/engine +++ b/setup/engine @@ -646,8 +646,10 @@ then # Activate W3 Total Cache wp plugin activate w3-total-cache OwnError "Unable To Activate W3 Total Cache Plugin" + # Give Ownership To $NGINXUSER + chown -R $NGINXUSER:$NGINXUSER /var/www/$DOMAIN/ + # Display W3 Total Cache URL For Settings - echo -e "\033[34m W3 Total Cache Plugin Sucessfully Installed & Activated \e[0m" echo -e "\033[34m Please Configure W3 Total Cache Settings \e[0m" echo -e "\033[34m W3 Total Cache: http://$DOMAIN/wp-admin/admin.php?page=w3tc_general \e[0m"