We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3445b3 + ac95f95 commit 2233652Copy full SHA for 2233652
1 file changed
server/lib/classes/cron.d/500-backup_mail.inc.php
@@ -152,7 +152,7 @@ public function onRunJob() {
152
}
153
154
155
- if($retval == 0){
+ if($retval <= 1){
156
chown($mail_backup_dir.'/'.$mail_backup_file, $backupusername);
157
chgrp($mail_backup_dir.'/'.$mail_backup_file, $backupgroup);
158
chmod($mail_backup_dir.'/'.$mail_backup_file, 0640);
0 commit comments