Update robot FFDC CLI command
JSON files no longer available under /var/lib/bmcweb/
Change-Id: Iec380f004e6e38fc0803f5f1f3fe1c8d85a39d9b
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/openbmc_ffdc_list.py b/lib/openbmc_ffdc_list.py
index f6ede12..3c6bec7 100755
--- a/lib/openbmc_ffdc_list.py
+++ b/lib/openbmc_ffdc_list.py
@@ -33,7 +33,6 @@
'APPLICATION DATA':
{
'BMC state': '/usr/bin/obmcutil state',
- 'bmcweb data': 'for f in `find /var/lib/bmcweb/ -name "*.json"`; do (echo $f; cat $f) done',
},
}
# Add file name and corresponding command needed for BMC