summaryrefslogtreecommitdiff
path: root/util/open_crypto_partition.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/open_crypto_partition.sh')
-rw-r--r--util/open_crypto_partition.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/open_crypto_partition.sh b/util/open_crypto_partition.sh
index 2a01c55..40e7a61 100644
--- a/util/open_crypto_partition.sh
+++ b/util/open_crypto_partition.sh
@@ -23,3 +23,5 @@ DEFAULT_PASSWORD=$2
echo -n "$DEFAULT_PASSWORD" | cryptsetup open $main_partition_path main -
+
+echo "Opened crypto partition - OK"