blob: 88b0c8e876fe411c3111402f5c7155965460f264 [file] [log] [blame]
#!/bin/bash
#
# config: 2 30
# @brief: Collect mount information.
#
# shellcheck source=/dev/null
. "$DREPORT_INCLUDE"/functions
desc="mount info"
file_name="mountinfo.log"
command="mount"
add_cmd_output "$command" "$file_name" "$desc"