mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux: during uninstall, output error message to STDERR instead of STDOUT for better compatibility with package managers
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."
|
||||
echo "Error: All VeraCrypt volumes must be dismounted 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."
|
||||
echo "Error: All VeraCrypt volumes must be dismounted first." >&2
|
||||
exit 1
|
||||
else
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user