From 8d782a82d1a3b26dfafba3368d1e86e3d8f4cd04 Mon Sep 17 00:00:00 2001 From: Matt C Date: Sat, 17 Jul 2021 18:48:56 -0400 Subject: [PATCH] Fixed #4 --- citrine.internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 2aa4293..25f1a38 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -51,7 +51,7 @@ DISK="" if [[ "$PMODE" == "y" ]]; then MANUAL="yes" else - prompt "Install target (will be WIPED COMPLETELY)" + prompt "Install target WILL BE FULLY WIPED" echo "DISK=$response" DISK="$response" if ! fdisk -l ${DISK}; then