| Deepak Kamat | a3e6a48 | 2025-03-19 11:04:09 +0530 | [diff] [blame^] | 1 | #!/bin/bash |
| 2 | # | ||||
| 3 | # config: 2 30 | ||||
| 4 | # @brief: Collect mount information. | ||||
| 5 | # | ||||
| 6 | |||||
| 7 | # shellcheck source=/dev/null | ||||
| 8 | . "$DREPORT_INCLUDE"/functions | ||||
| 9 | |||||
| 10 | desc="mount info" | ||||
| 11 | file_name="mountinfo.log" | ||||
| 12 | command="mount" | ||||
| 13 | |||||
| 14 | add_cmd_output "$command" "$file_name" "$desc" | ||||