Merge branch 'develop' of github.com:zammad/zammad into develop

This commit is contained in:
Martin Edenhofer 2017-03-13 19:40:35 +01:00
commit 5025eb2def

View file

@ -12,7 +12,7 @@ function get_backup_date () {
}
function delete_old_backups () {
test -d ${BACKUP_DIR} && find ${BACKUP_DIR}/*_zammad_*.gz -type f -mtime +${HOLD_DAYS} -exec rm -r \;
test -d ${BACKUP_DIR} && find ${BACKUP_DIR}/*_zammad_*.gz -type f -mtime +${HOLD_DAYS} -exec rm {} \;
}
function get_db_credentials () {