PriyangaRamasamy | 537642d | 2021-02-23 05:51:58 -0600 | [diff] [blame^] | 1 | #!/bin/bash |
2 | # | ||||
3 | # config: 2 15 | ||||
4 | # @brief: Collect Bad VPD. | ||||
5 | # | ||||
6 | |||||
7 | . $DREPORT_INCLUDE/functions | ||||
8 | |||||
9 | desc="Bad VPD" | ||||
10 | dir_name="/tmp/bad-vpd" | ||||
11 | |||||
12 | add_copy_file "$dir_name" "$desc" |