diff -urN e-smith-samba-2.6.0.old/root/etc/e-smith/events/actions/user-create-profiledir e-smith-samba-2.6.0/root/etc/e-smith/events/actions/user-create-profiledir --- e-smith-samba-2.6.0.old/root/etc/e-smith/events/actions/user-create-profiledir 2021-10-31 16:44:42.286823738 -0400 +++ e-smith-samba-2.6.0/root/etc/e-smith/events/actions/user-create-profiledir 2021-10-31 16:51:31.000000000 -0400 @@ -39,7 +39,7 @@ my @dirs = ("/home/e-smith/files/samba/profiles/$user","/home/e-smith/files/samba/profiles/${user}.V2", "/home/e-smith/files/samba/profiles/${user}.V3","/home/e-smith/files/samba/profiles/${user}.V4", - "/home/e-smith/files/samba/profiles/${user}.V5"); + "/home/e-smith/files/samba/profiles/${user}.V5","/home/e-smith/files/samba/profiles/${user}.V6"); foreach my $dir (@dirs) {