blob: a1de332100b7324228c54f4b565a0a505fbdbd45 [file] [log] [blame]
Matt Spinlerd73a6632022-10-12 16:43:06 -05001#!/usr/bin/env bash
2#
3# config: 2 20
4# @brief: Save the 'badPEL' file
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="Bad PEL file"
10file_name="/var/lib/phosphor-logging/extensions/pels/badPEL"
11
12if [ -e "$file_name" ]; then
Dhruvaraj Subhashchandran0cfe1a22023-06-21 14:16:22 -050013 add_copy_file "$file_name" "$desc"
Matt Spinlerd73a6632022-10-12 16:43:06 -050014fi