diff --git a/root/sbin/e-smith/expire-accounts b/root/sbin/e-smith/expire-accounts index 9df8393..4439fd7 100644 --- a/root/sbin/e-smith/expire-accounts +++ b/root/sbin/e-smith/expire-accounts @@ -128,6 +128,8 @@ foreach my $u (@delete){ $tar, '--use-compress-program', $archive_compress, + '-C', + getpwnam($u)->dir, getpwnam($u)->dir ); if ($res == 0){