diff --git a/conf.sh b/conf.sh index 440aa45..6d6bd5c 100644 --- a/conf.sh +++ b/conf.sh @@ -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