Skip to content

Commit 0e861f2

Browse files
committed
remove guide ssh backslashes (not required anymore)
1 parent 8cd5fff commit 0e861f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vignettes/userguide.Rmd

+6-6
Original file line numberDiff line numberDiff line change
@@ -638,11 +638,11 @@ To supply your own template, save its contents with any desired changes to a
638638
file _on your local machine_ and have `clustermq.template` point to it.
639639

640640
```{sh eval=FALSE}
641-
ssh -o "ExitOnForwardFailure yes" -f \
642-
-R {{ ctl_port }}:localhost:{{ local_port }} \
643-
-R {{ job_port }}:localhost:{{ fwd_port }} \
644-
{{ ssh_host }} \
645-
"R --no-save --no-restore -e \
646-
'clustermq:::ssh_proxy(ctl={{ ctl_port }}, job={{ job_port }})' \
641+
ssh -o "ExitOnForwardFailure yes" -f
642+
-R {{ ctl_port }}:localhost:{{ local_port }}
643+
-R {{ job_port }}:localhost:{{ fwd_port }}
644+
{{ ssh_host }}
645+
"R --no-save --no-restore -e
646+
'clustermq:::ssh_proxy(ctl={{ ctl_port }}, job={{ job_port }})'
647647
> {{ ssh_log | /dev/null }} 2>&1"
648648
```

0 commit comments

Comments
 (0)