mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08: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
|
||||
{
|
||||
Process::Execute ("/usr/bin/umount", args);
|
||||
Process::Execute ("/sbin/umount", args);
|
||||
break;
|
||||
}
|
||||
catch (ExecutedProcessFailed&)
|
||||
|
||||
Reference in New Issue
Block a user