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

@@ -17,7 +17,8 @@ else
fi
echo "*/5 * * * * SITEname php -f /var/www/DOMAINname/html/cron.php > /dev/null 2>&1" >> /etc/crontab
rm -f /etc/update-motd.d/51-nextnotice-SITEname
sn2=SITEname
rm -f /etc/update-motd.d/51-nextnotice-${sn2//_}
#Remove script
while true; do