1
0
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:
Sam Hocevar
2025-05-31 16:06:30 +02:00
committed by GitHub
parent 0f509dba9c
commit c7f69062db
4 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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