forked from lix-project/lix
Doh
This commit is contained in:
parent
7de3e00ad9
commit
ed6c646f44
|
@ -59,7 +59,7 @@ struct LegacySSHStore : public Store
|
||||||
{
|
{
|
||||||
auto conn = make_ref<Connection>();
|
auto conn = make_ref<Connection>();
|
||||||
conn->sshConn = master.startCommand(
|
conn->sshConn = master.startCommand(
|
||||||
fmt("command time %s --serve --write", remoteProgram)
|
fmt("%s --serve --write", remoteProgram)
|
||||||
+ (remoteStore.get() == "" ? "" : " --store " + shellEscape(remoteStore.get())));
|
+ (remoteStore.get() == "" ? "" : " --store " + shellEscape(remoteStore.get())));
|
||||||
conn->to = FdSink(conn->sshConn->in.get());
|
conn->to = FdSink(conn->sshConn->in.get());
|
||||||
conn->from = FdSource(conn->sshConn->out.get());
|
conn->from = FdSource(conn->sshConn->out.get());
|
||||||
|
|
Loading…
Reference in a new issue