update to latest version

This commit is contained in:
2016-02-26 02:22:04 +01:00
parent c6275b7557
commit 38fcc24bcc
6 changed files with 21 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if [ ! -e /etc/cron.d/back-web ]; then
echo "0 14 * * * root /root/scripts/server/back-web.sh" > /etc/cron.d/back-web
echo "10 11 * * * root /root/tareo-scripts/server/back-web.sh" > /etc/cron.d/back-web
fi
BAKDIR=/root/backup/web