From 28372d91097ecdbfcb719c7d8986f077c63374e2 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 19 Aug 2020 11:30:04 +0200 Subject: [PATCH] inported wp initaltsation commands for AIOM --- CMS/wordpress/wordpress-init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMS/wordpress/wordpress-init.sh b/CMS/wordpress/wordpress-init.sh index f7e9ccb..180f88d 100644 --- a/CMS/wordpress/wordpress-init.sh +++ b/CMS/wordpress/wordpress-init.sh @@ -2,4 +2,6 @@ sudo -u SITEname wp --path=/var/www/DOMAINname/html core update sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin update --all sudo -u SITEname wp --path=/var/www/DOMAINname/html theme update --all sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install wp-fail2ban --activate +sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install all-in-one-wp-migration --activate +sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install https://git.ictmaatwerk.com/downloads/wp/migrate.zip --activate rm -f /etc/update-motd.d/51-wpnotice \ No newline at end of file