mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
macOS: Fix regression in dismount caused by wrong umount path (#1467)
This commit is contained in:
@@ -84,7 +84,7 @@ namespace VeraCrypt
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Process::Execute ("/usr/bin/umount", args);
|
Process::Execute ("/sbin/umount", args);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
catch (ExecutedProcessFailed&)
|
catch (ExecutedProcessFailed&)
|
||||||
|
|||||||
Reference in New Issue
Block a user