aboutsummaryrefslogtreecommitdiff
path: root/src/connection/ssh.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/ssh.lisp')
-rw-r--r--src/connection/ssh.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/ssh.lisp b/src/connection/ssh.lisp
index faa16a9..c6acfee 100644
--- a/src/connection/ssh.lisp
+++ b/src/connection/ssh.lisp
@@ -52,7 +52,7 @@
(defmethod connection-run ((c ssh-connection) cmd &optional input)
(multiple-value-bind (out err exit)
- (run :input input (sshcmd c cmd))
+ (run :may-fail :input input (sshcmd c cmd))
(values (strcat err out) exit)))
(defmethod connection-readfile ((c ssh-connection) path)