develop
asamoukin 16 years ago
parent f53136aa25
commit 409c258733

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

Loading…
Cancel
Save