Show encryption volume
This commit is contained in:
parent
e4df308250
commit
ea60957a9a
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ function show_options() {
|
||||||
|
|
||||||
if [[ "$ENCRYPTION" ]]; then
|
if [[ "$ENCRYPTION" ]]; then
|
||||||
echo "Encryption: Enabled"
|
echo "Encryption: Enabled"
|
||||||
|
echo "+ Volume: $ENC_VOL"
|
||||||
else
|
else
|
||||||
echo "Encryption: Disabled"
|
echo "Encryption: Disabled"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue