diff --git a/pym/cl_fill_client.py b/pym/cl_fill_client.py index 4fc3c0f..3298de9 100644 --- a/pym/cl_fill_client.py +++ b/pym/cl_fill_client.py @@ -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