1*24226c4fSGopichand Paturi#!/usr/bin/env bash
2*24226c4fSGopichand Paturi#
3*24226c4fSGopichand Paturi# config: 2 20
4*24226c4fSGopichand Paturi# @brief: Save the 'badPEL' file
5*24226c4fSGopichand Paturi#
6*24226c4fSGopichand Paturi
7*24226c4fSGopichand Paturi. $DREPORT_INCLUDE/functions
8*24226c4fSGopichand Paturi
9*24226c4fSGopichand Paturidesc="Bad PEL file"
10*24226c4fSGopichand Paturifile_name="/var/lib/phosphor-logging/extensions/pels/badPEL"
11*24226c4fSGopichand Paturi
12*24226c4fSGopichand Paturiif [ -e "$file_name" ]; then
13*24226c4fSGopichand Paturi    add_copy_file "$file_name" "$desc"
14*24226c4fSGopichand Paturifi
15