Update v-activate-rocket-nginx

This commit is contained in:
myvesta 2023-02-15 14:00:04 +01:00 committed by GitHub
commit 7c9dfd4c05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,7 @@ fi
echo "Proxy Template is ready" echo "Proxy Template is ready"
# Disabling wp-cron in wp-config.php # Disabling wp-cron in wp-config.php
cd /home/$user/web/$domain/public_html
checkstring_disable="define('DISABLE_WP_CRON', true)" checkstring_disable="define('DISABLE_WP_CRON', true)"
checkstring_enable="define('DISABLE_WP_CRON', false)" checkstring_enable="define('DISABLE_WP_CRON', false)"
string_disable="define( 'DISABLE_WP_CRON', true );" string_disable="define( 'DISABLE_WP_CRON', true );"