Fixed oopsie

This commit is contained in:
Bram Prieshof
2020-07-30 14:27:43 +02:00
parent 945d992910
commit 248ef6eebd

View File

@@ -27,8 +27,6 @@ fi
###################
mkdir -p /opt/BackupUtil
sed -i -e '$a source /opt/wp-completion.bash' ~/.bashrc
source ~/.bash_profile
sed -i "\$a30 3 * * * root bash /opt/BackupUtil/Backup-Util.sh >/dev/null 2>&1" /etc/crontab
systemctl restart cron
wget -q -t7 "$mrepo"/raw/branch/"$mbranch"/Backup-Util.sh -O /opt/BackupUtil/Backup-Util.sh