2022-06-16 17:23:12 +00:00
|
|
|
diff --git a/src/borg/process.rs b/src/borg/process.rs
|
2024-04-21 15:54:59 +00:00
|
|
|
index 9af8da7..85bcbf8 100644
|
2022-06-16 17:23:12 +00:00
|
|
|
--- a/src/borg/process.rs
|
|
|
|
+++ b/src/borg/process.rs
|
2024-04-21 15:54:59 +00:00
|
|
|
@@ -278,7 +278,7 @@ impl BorgCall {
|
2021-03-15 08:37:03 +00:00
|
|
|
}
|
|
|
|
|
2024-04-21 15:54:59 +00:00
|
|
|
pub(super) fn command(&self) -> Result<(async_process::Command, UnixStream)> {
|
2022-06-16 17:23:12 +00:00
|
|
|
- let mut cmd = async_process::Command::new("borg");
|
|
|
|
+ let mut cmd = async_process::Command::new("@borg@");
|
|
|
|
|
2024-04-21 15:54:59 +00:00
|
|
|
let unix_stream = self.stream_password(&mut cmd)?;
|
2021-03-15 08:37:03 +00:00
|
|
|
|