develop
asamoukin 16 years ago
parent 51d88bf678
commit b4593b17b0

@ -510,11 +510,11 @@ class cl_client(imp_cl_err, imp_cl_xml, imp_cl_help, imp_cl_smcon):
def mountRemote(self):
self.createClVars(self.clVars)
foundMountRemote = self.isDomain()
foundMount = self.isDomain()
if not foundMountRemote:
return False
foundMountRemote = foundMountRemote[0]
foundMountHome = foundMountRemote[1]
foundMountRemote = foundMount[0]
foundMountHome = foundMount[1]
pathHome = "/var/calculate/home"
if foundMountRemote:
self.printWARNING(_("Samba resource [remote] is mount") + \

Loading…
Cancel
Save