develop
asamoukin 15 years ago
parent e6747f415d
commit a66a241aa0

@ -969,8 +969,11 @@ conjunction with the 'login' or 'logout'")
self.printWARNING(str(pathHome) + " " +_("is mount")+ self.printWARNING(str(pathHome) + " " +_("is mount")+
" ...") " ...")
if foundMountHome and foundMountRemote: if foundMountHome and foundMountRemote:
# Накладываем сетевые профили
if domain:
if not self.applyRelevanceProfiles(domain):
return False
return True return True
flagLocalProfile = False flagLocalProfile = False
if not foundMountRemote: if not foundMountRemote:
pathRemote = "/var/calculate/remote" pathRemote = "/var/calculate/remote"

Loading…
Cancel
Save