From a068bf1d9be64f9e6b65a5484389cf3c399beea6 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:49:59 +0200 Subject: [PATCH] Update disk-passthrough.sh --- scripts/disk-passthrough.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/disk-passthrough.sh b/scripts/disk-passthrough.sh index 436a143..14c2c77 100644 --- a/scripts/disk-passthrough.sh +++ b/scripts/disk-passthrough.sh @@ -210,7 +210,7 @@ while read -r DISK; do fi if $SHOW_DISK; then - # [[ "$IS_RAID" == true ]] && LABEL+=" ⚠ with partitions" + [[ "$IS_RAID" == true ]] && LABEL+=" ⚠ RAID" [[ "$IS_LVM" == true ]] && LABEL+=" ⚠ LVM" [[ "$IS_ZFS" == true ]] && LABEL+=" ⚠ ZFS" [[ -n "$USED_BY" ]] && LABEL+=" [$USED_BY]"