Fixup backup_dir to use sogo's home directory

pull/13/head
Jean Raby 2013-10-11 13:41:44 -04:00
parent 05990e9a14
commit edca3638ec
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -o pipefail
#set -x
PROGNAME="$(basename $0)"
BACKUP_DIR=/home/sogo/backups
BACKUP_DIR=~sogo/backups
SOGO_TOOL=/usr/sbin/sogo-tool
DAYS_TO_KEEP="30"