1 |
terryfage |
1.1 |
diff -urN e-smith-samba-2.6.0.old/root/etc/e-smith/events/actions/user-delete-profiledir e-smith-samba-2.6.0/root/etc/e-smith/events/actions/user-delete-profiledir |
2 |
|
|
--- e-smith-samba-2.6.0.old/root/etc/e-smith/events/actions/user-delete-profiledir 2021-11-01 23:27:12.696294518 -0400 |
3 |
|
|
+++ e-smith-samba-2.6.0/root/etc/e-smith/events/actions/user-delete-profiledir 2021-11-01 23:28:25.000000000 -0400 |
4 |
|
|
@@ -38,7 +38,7 @@ |
5 |
|
|
|
6 |
|
|
my @dirs = ("/home/e-smith/files/samba/profiles/$account","/home/e-smith/files/samba/profiles/$account.V2", |
7 |
|
|
"/home/e-smith/files/samba/profiles/$account.V3","/home/e-smith/files/samba/profiles/$account.V4", |
8 |
|
|
- "/home/e-smith/files/samba/profiles/$account.V5"); |
9 |
|
|
+ "/home/e-smith/files/samba/profiles/$account.V5","/home/e-smith/files/samba/profiles/${user}.V6"); |
10 |
|
|
|
11 |
|
|
foreach (@dirs) { |
12 |
|
|
|