diff options
-rw-r--r-- | util/close_crypto_partition.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/util/close_crypto_partition.sh b/util/close_crypto_partition.sh index 52bc50f..de96f6c 100644 --- a/util/close_crypto_partition.sh +++ b/util/close_crypto_partition.sh @@ -18,9 +18,6 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. -main_partition_path=$1 - - -cryptsetup close $main_partition_path +cryptsetup close main echo "Closed crypto partition - OK" |