mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
fix deadlock
This commit is contained in:
@@ -60,7 +60,7 @@ pub(self) async fn default_mount_command(
|
||||
cmd.arg(source.as_ref());
|
||||
}
|
||||
cmd.arg(mountpoint.as_ref());
|
||||
Ok(dbg!(cmd))
|
||||
Ok(cmd)
|
||||
}
|
||||
|
||||
pub(self) async fn default_mount_impl(
|
||||
|
||||
Reference in New Issue
Block a user