Fixed CMS motd

This commit is contained in:
2020-10-15 13:33:14 +02:00
parent 8ad35db685
commit 8eb67bb10f
4 changed files with 10 additions and 8 deletions

View File

@@ -6,7 +6,8 @@ sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install https://git.i
sudo -u SITEname wp --path=/var/www/DOMAINname/html cron event run wp_update_plugins
sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin update --all
echo -e "\e[96m Please update all-in-one-wp-migration-unlimited plugin manually\e[39m"
rm -f /etc/update-motd.d/51-wpnotice-SITEname
sn2=SITEname
rm -f /etc/update-motd.d/51-wpnotice-${sn2//_}
#Remove script
while true; do