fix
Some checks reported errors
BlockStorage/repertory_mac/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory_mac/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@@ -922,7 +922,7 @@ auto fuse_base::unmount(const std::string &mount_location) -> int {
|
|||||||
if (utils::file::file{
|
if (utils::file::file{
|
||||||
utils::path::combine("~", {"/Library/LaunchAgents", label_})}
|
utils::path::combine("~", {"/Library/LaunchAgents", label_})}
|
||||||
.exists()) {
|
.exists()) {
|
||||||
return utils::launchctl_command(launchctl::bootout, label_);
|
return utils::launchctl_command(launchctl_type::bootout, label_);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto cmd = "umount \"" + mount_location + "\" >/dev/null 2>&1";
|
auto cmd = "umount \"" + mount_location + "\" >/dev/null 2>&1";
|
||||||
|
Reference in New Issue
Block a user