aboutsummaryrefslogtreecommitdiff
path: root/src/connection/fork.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-25 11:41:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-25 11:41:16 -0700
commit2524874860ddf7b05b682a9c3a0012c290192744 (patch)
treea94782890927e502d538d4eb9f16087bc1e6e129 /src/connection/fork.lisp
parent0cc6a897279c84567f2115ecc1909d476b221927 (diff)
downloadconsfigurator-2524874860ddf7b05b682a9c3a0012c290192744.tar.gz
add and call RESET-REMOTE-HOME
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/fork.lisp')
-rw-r--r--src/connection/fork.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index 6a4ad0c..a0a7a98 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -67,6 +67,7 @@ for example, such that we don't see it."
;; has the data cached, a socket open etc.
(mapc #'clear-input
(list *standard-input* *debug-io* *terminal-io*))
+ (reset-remote-home)
,@forms
;; it would be nice to reenter Consfigurator's primary loop by
;; just calling (return-from establish-connection