Skip to content

Commit

Permalink
artif: use "mount -t" instead of "grep"
Browse files Browse the repository at this point in the history
  • Loading branch information
mnrkbys committed Aug 23, 2024
1 parent d171c4f commit 854b651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/live_response/storage/btrfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ artifacts:
description: Collect the list of all Btrfs mountpoints.
supported_os: [linux]
collector: command
command: mount | grep btrfs | awk '{print $3}'
command: mount -t btrfs | awk '{print $3}'
output_directory: /%temp_directory%/storage
output_file: list_of_btrfs_mountpoints.txt
-
Expand Down

0 comments on commit 854b651

Please sign in to comment.