Skip to content

Commit a8f8a2a

Browse files
author
Till Brehm
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents 789ddb5 + 2233652 commit a8f8a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cron.d/500-backup_mail.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function onRunJob() {
152152
}
153153
}
154154

155-
if($retval == 0){
155+
if($retval <= 1){
156156
chown($mail_backup_dir.'/'.$mail_backup_file, $backupusername);
157157
chgrp($mail_backup_dir.'/'.$mail_backup_file, $backupgroup);
158158
chmod($mail_backup_dir.'/'.$mail_backup_file, 0640);

0 commit comments

Comments
 (0)