diff options
-rw-r--r-- | sos/plugins/satellite.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sos/plugins/satellite.py b/sos/plugins/satellite.py index 474933a2..28c8bcab 100644 --- a/sos/plugins/satellite.py +++ b/sos/plugins/satellite.py @@ -76,9 +76,8 @@ class Satellite(Plugin, RedHatPlugin): if self.satellite: self.add_copy_specs(["/etc/tnsnames.ora", "/etc/jabberd", "/etc/tomcat6/", "/var/log/tomcat6/"]) - if os.path.exists("spacewalk-debug"): - self.add_cmd_output("spacewalk-debug --dir %s" - % self.get_cmd_output_path(name="spacewalk-debug")) + self.add_cmd_output("spacewalk-debug --dir %s" + % self.get_cmd_output_path(name="spacewalk-debug")) if self.proxy: self.add_copy_specs(["/etc/squid", "/var/log/squid"]) |