aboutsummaryrefslogtreecommitdiff
path: root/src/property/installer.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-11-09 17:36:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-11-09 17:51:51 -0700
commit39d0afb7a4e569a59c854859258c23ea48ee66d3 (patch)
tree4658fd2f1678abdc0fe13698a334222005d61326 /src/property/installer.lisp
parentd8ed269b483ae8054d9bd26e835b91e594aa9c0d (diff)
downloadconsfigurator-39d0afb7a4e569a59c854859258c23ea48ee66d3.tar.gz
INSTALLER:CLEANLY-INSTALLED-ONCE: fix type of :REMOTE-HOME connattr
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/installer.lisp')
-rw-r--r--src/property/installer.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/installer.lisp b/src/property/installer.lisp
index 5c37ba3..43c6c9d 100644
--- a/src/property/installer.lisp
+++ b/src/property/installer.lisp
@@ -272,7 +272,7 @@ using a combinator like ON-CHANGE, or applied manually with DEPLOY-THESE."
(rename-file source (ensure-directories-exist
#P"/root/.cache/consfigurator/"))))
(setf (get-connattr :remote-user) "root"
- (get-connattr :remote-home) "/root"
+ (get-connattr :remote-home) #P"/root/"
(get-connattr :XDG_CACHE_HOME) #P"/root/.cache/"
(get-connattr :consfigurator-cache) #P"/root/.cache/consfigurator/")
(posix-login-environment 0 "root" "/root")