develop
asamoukin 16 years ago
parent f53136aa25
commit 409c258733

@ -694,9 +694,9 @@ are not removed"))
return False
# Создаем объект переменных (обновление переменных)
self.createClVars()
pwd = self.clVars.Get("cl_remote_pw")
if pwd:
userPwd = pwd
pwd = self.clVars.Get("cl_remote_pw")
if pwd:
userPwd = pwd
foundMountRemote =self.isMount("/var/calculate/remote" ,"cifs")
foundMountHome =self.isMount("/var/calculate/home" ,"none", False)
if foundMountRemote:

Loading…
Cancel
Save