diff --git a/conf.sh b/conf.sh index 46e3556..1057066 100644 --- a/conf.sh +++ b/conf.sh @@ -46,11 +46,6 @@ chmod +x /etc/update-motd.d/51-bckupnotice #CMS WP if [ $CMS = "wordpress" ]; then echo "SiteBackup -d $domain -sn $sitename -db wp_$db_suffix -sd /var/www/$domain/html -ai1 -wpupdate" >> /opt/BackupUtil/Backup-Util.conf - #MOTD Notice - echo 'printf $red "Please run bash ~/wp-backup-Init.sh after initialisation of WP"' >> /etc/update-motd.d/51-bckupnotice - echo 'printf "\n"' >> /etc/update-motd.d/51-bckupnotice - wget -q -t7 "$mrepo"/raw/branch/"$mbranch"/config/Motd/wp-backup-Init.sh -O /root/wp-backup-Init.sh - sed -i -e 's/DOMAINname/'$domain'/' -e 's/SITEname/'$sitename'/' /root/wp-backup-Init.sh fi #CMS None if [ $CMS = "none" ]; then