blob: 88b0c8e876fe411c3111402f5c7155965460f264 [file] [log] [blame]
Deepak Kamata3e6a482025-03-19 11:04:09 +05301#!/bin/bash
2#
3# config: 2 30
4# @brief: Collect mount information.
5#
6
7# shellcheck source=/dev/null
8. "$DREPORT_INCLUDE"/functions
9
10desc="mount info"
11file_name="mountinfo.log"
12command="mount"
13
14add_cmd_output "$command" "$file_name" "$desc"