improved rsync output handling:

master
Spencer Kohan 4 years ago
parent fa4e89c885
commit 8b68c1bbaa

@ -30,7 +30,7 @@ fn sync(config: &config::SessionConfig) {
.args(args)
.arg(source)
.arg(destinatin)
.stdout(Stdio::inherit())
// .stdout(Stdio::inherit())
.spawn()
.expect("failed to execute rsync");

Loading…
Cancel
Save