We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3445b3 commit ac95f95Copy full SHA for ac95f95
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