mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Use “unmount” instead of “dismount” in scripts and in text shown to the user. (#1548)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
V="$(mount | grep veracrypt_aux_mnt)"
|
||||
if [ ! -z "$V" ]
|
||||
then
|
||||
echo "Error: All VeraCrypt volumes must be dismounted first." >&2
|
||||
echo "Error: All VeraCrypt volumes must be unmounted first." >&2
|
||||
exit 1
|
||||
else
|
||||
exit 0
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
V="$(mount | grep veracrypt_aux_mnt)"
|
||||
if [ ! -z "$V" ]
|
||||
then
|
||||
echo "Error: All VeraCrypt volumes must be dismounted first." >&2
|
||||
echo "Error: All VeraCrypt volumes must be unmounted first." >&2
|
||||
exit 1
|
||||
else
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user