diff --git a/linuxmint-postsetup.sh b/linuxmint-postsetup.sh index 0d0679b..6bc9a5d 100755 --- a/linuxmint-postsetup.sh +++ b/linuxmint-postsetup.sh @@ -253,6 +253,7 @@ function show_options() { if [[ "$ENCRYPTION" ]]; then echo "Encryption: Enabled" + echo "+ Volume: $ENC_VOL" else echo "Encryption: Disabled" fi