Исправлена переменная выполнения шаблонов при вводе в домен

develop 3.3.0.4
Mike Khiretskiy 9 years ago
parent d1ad78ea30
commit 38f5bb26fc

@ -46,8 +46,7 @@ class VariableAcClientDomain(ActionVariable):
remoteAuth = self.Get("os_remote_auth")
if cl_action == "domain":
return "on"
elif ((cl_action in "merge" or
cl_action == 'sync' and self.Get('cl_merge_pkg'))
elif ((cl_action in ("merge",'sync') and self.Get('cl_merge_pkg'))
and remoteHost and remoteAuth):
return "on"
return "off"

Loading…
Cancel
Save