Remove merge_action up from --uninstall.

master3.3
Mike Hiretsky 13 years ago
parent b082b93bde
commit a272580059

@ -41,6 +41,6 @@ class fillVars():
action = self.Get("cl_action")
remoteHost = self.Get("cl_remote_host")
remoteAuth = self.Get("os_remote_auth")
if action in ("merge","install","uninstall","domain","undomain"):
if action in ("merge","install","domain","undomain"):
ret = "up"
return ret

Loading…
Cancel
Save