From edf1f616b249009af6d03a29e6ea3f04fa46e9eb Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Thu, 30 May 2024 17:23:43 +0200 Subject: [PATCH] Update v-run-wp-cli: removing --skip-plugins and --skip-themes --- bin/v-run-wp-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-run-wp-cli b/bin/v-run-wp-cli index 3ab4b4e5..672832ab 100644 --- a/bin/v-run-wp-cli +++ b/bin/v-run-wp-cli @@ -70,7 +70,7 @@ phpver=$(/usr/local/vesta/bin/v-get-php-version-of-domain "$domain") #----------------------------------------------------------# cd /home/$USER/web/$domain/public_html -sudo -u $USER /usr/bin/php$phpver /usr/local/bin/wp $wp_command --skip-plugins=$(sudo -H -u$USER /usr/bin/php$phpver /usr/local/bin/wp plugin list --field=name | tr '\n' ',') --skip-themes; +sudo -u $USER /usr/bin/php$phpver /usr/local/bin/wp $wp_command #----------------------------------------------------------# # Vesta #