Make the archive relative to the home dir

This commit is contained in:
Daniel Berteaud 2016-02-03 17:19:06 +01:00
parent 37ffff48c5
commit 933356c428
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ foreach my $u (@delete){
$tar,
'--use-compress-program',
$archive_compress,
'-C',
getpwnam($u)->dir,
getpwnam($u)->dir
);
if ($res == 0){