summaryrefslogtreecommitdiff
path: root/util/format_crypto_partition.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/format_crypto_partition.sh')
-rw-r--r--util/format_crypto_partition.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/format_crypto_partition.sh b/util/format_crypto_partition.sh
index 97cdad4..688e280 100644
--- a/util/format_crypto_partition.sh
+++ b/util/format_crypto_partition.sh
@@ -23,3 +23,5 @@ DEFAULT_PASSWORD=$2
echo -n "$DEFAULT_PASSWORD" | cryptsetup luksFormat $main_partition_path -
+
+echo "Formatted crypto partition - OK"