mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Use “unmount” instead of “dismount” in scripts and in text shown to the user. (#1548)
This commit is contained in:
@@ -61,7 +61,7 @@ if not exist !mydriveletter!:\ (
|
||||
goto :exit
|
||||
)
|
||||
|
||||
"!VERACRYPT_PATH!" /dismount !mydriveletter! /silent /q
|
||||
"!VERACRYPT_PATH!" /unmount !mydriveletter! /silent /q
|
||||
exit /b
|
||||
|
||||
:: Subroutine to measure the time taken for a command to execute
|
||||
|
||||
Reference in New Issue
Block a user