CLI FFDC: Collect dump logs from BMC

Changes is required where the dumps can have no or extenstions files
naming.

Change-Id: Ie706004618438ac82be0b8998e8f5306737d5354
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ffdc/ffdc_config.yaml b/ffdc/ffdc_config.yaml
index 13c6778..46d5196 100644
--- a/ffdc/ffdc_config.yaml
+++ b/ffdc/ffdc_config.yaml
@@ -106,8 +106,8 @@
     DUMP_LOGS:
         COMMANDS:
             - 'ls -AX /var/lib/systemd/coredump/core.*'
-            - 'ls -AX /var/lib/phosphor-debug-collector/dumps/*/*.tar.xz'
-            - 'ls -AX /var/lib/phosphor-debug-collector/hostbootdump/*/*.tar.gz'
+            - 'ls -AX /var/lib/phosphor-debug-collector/dumps/*/*'
+            - 'ls -AX /var/lib/phosphor-debug-collector/hostbootdump/*/*'
         PROTOCOL:
             - 'SCP'