mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
frontend/cifs_applier.py: added object pointer
This commit is contained in:
parent
1a90996259
commit
9e1760ae9d
@ -286,7 +286,7 @@ class cifs_applier_user(applier_frontend):
|
||||
|
||||
subprocess.check_call(['/bin/systemctl', 'restart', 'autofs'])
|
||||
|
||||
def update_drivemaps_home_links():
|
||||
def update_drivemaps_home_links(self):
|
||||
dUser = Path(get_homedir(self.username)+'/net.' + self.__mountpoint_dirname_user)
|
||||
dUserHide = Path(get_homedir(self.username)+'/.net.' + self.__mountpoint_dirname_user)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user