X-Git-Url: http://git.annexia.org/?p=wrappi.git;a=blobdiff_plain;f=lib%2Fproto-ssh.c;h=090d91fe846ffbe89386a44c2b3d354c43d9c4a0;hp=1b505f59da19c0aae408254e1386a07e19eb215a;hb=cf654cde5cfc9337e254934b23274e4a7b3432ba;hpb=2c2b03cd99c55606d16e02b014a8a63055874867 diff --git a/lib/proto-ssh.c b/lib/proto-ssh.c index 1b505f5..090d91f 100644 --- a/lib/proto-ssh.c +++ b/lib/proto-ssh.c @@ -69,7 +69,7 @@ wrap_int_connect_ssh (wrap_h *w) "ssh", "-T", "-o", "BatchMode=yes", "-e", "none", w->hostname, - "sh", "-c", /*XXX*/ "/home/rjones/d/wrappi/daemon/wrappid", + "sh", "-c", w->wrappid_path ? : "wrappid", NULL); perror ("ssh"); _exit (EXIT_FAILURE);