Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
a8f8a2aa
Commit
a8f8a2aa
authored
Jun 15, 2017
by
Till Brehm
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
parents
789ddb5c
2233652d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/lib/classes/cron.d/500-backup_mail.inc.php
server/lib/classes/cron.d/500-backup_mail.inc.php
+1
-1
No files found.
server/lib/classes/cron.d/500-backup_mail.inc.php
View file @
a8f8a2aa
...
...
@@ -152,7 +152,7 @@ class cronjob_backup_mail extends cronjob {
}
}
if
(
$retval
=
=
0
){
if
(
$retval
<
=
1
){
chown
(
$mail_backup_dir
.
'/'
.
$mail_backup_file
,
$backupusername
);
chgrp
(
$mail_backup_dir
.
'/'
.
$mail_backup_file
,
$backupgroup
);
chmod
(
$mail_backup_dir
.
'/'
.
$mail_backup_file
,
0640
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment