GLPI #50737
This commit is contained in:
Daniel Berteaud 2021-07-15 08:30:38 +02:00
parent b681887c57
commit cd83a2ddde
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ foreach my $u (@delete){
if ( $archive =~ m/^yes|enabled|1|on$/ ){
# Suspend email delivery, prevent tar ending with exit code 1
# because Maildir changed during archive
system('chmod', '+t', getpwnam($u)->dir)
system('chmod', '+t', getpwnam($u)->dir);
my $tar = $archive_path . '/' . $u . '-' . $now->ymd . '.tar.' . $archive_ext;
my $res = system(
'tar',