aboutsummaryrefslogtreecommitdiff
path: root/src/property/installer.lisp
diff options
context:
space:
mode:
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")