From 83ab33ebad0cbbe3fc10249fc4af0f02d24528d8 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 30 Jul 2020 14:58:30 +0200 Subject: [PATCH] updated wp-backup initd --- conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.sh b/conf.sh index 4061a46..46e3556 100644 --- a/conf.sh +++ b/conf.sh @@ -50,7 +50,7 @@ if [ $CMS = "wordpress" ]; then 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'/' /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