Update id.sh

This commit is contained in:
MacRimi 2025-04-04 17:42:28 +02:00
parent 1fe25545ab
commit 70b9ab37be

View File

@ -201,7 +201,7 @@ while read -r DISK; do
fi fi
if $SHOW_DISK; then if $SHOW_DISK; then
[[ "$IS_RAID" == true ]] && LABEL+=" ⚠ RAID (pasivo)" [[ "$IS_RAID" == true ]] && LABEL+=" ⚠ with partitions"
[[ "$IS_LVM" == true ]] && LABEL+=" ⚠ LVM" [[ "$IS_LVM" == true ]] && LABEL+=" ⚠ LVM"
[[ "$IS_ZFS" == true ]] && LABEL+=" ⚠ ZFS" [[ "$IS_ZFS" == true ]] && LABEL+=" ⚠ ZFS"