From 70b9ab37be4b6febde0357e7e3198e0ad22f9e2c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 4 Apr 2025 17:42:28 +0200 Subject: [PATCH] Update id.sh --- scripts/test/id.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/id.sh b/scripts/test/id.sh index 26b7e79..4fb0590 100644 --- a/scripts/test/id.sh +++ b/scripts/test/id.sh @@ -201,7 +201,7 @@ while read -r DISK; do fi if $SHOW_DISK; then - [[ "$IS_RAID" == true ]] && LABEL+=" ⚠ RAID (pasivo)" + [[ "$IS_RAID" == true ]] && LABEL+=" ⚠ with partitions" [[ "$IS_LVM" == true ]] && LABEL+=" ⚠ LVM" [[ "$IS_ZFS" == true ]] && LABEL+=" ⚠ ZFS"