From 39d0afb7a4e569a59c854859258c23ea48ee66d3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 9 Nov 2021 17:36:03 -0700 Subject: INSTALLER:CLEANLY-INSTALLED-ONCE: fix type of :REMOTE-HOME connattr Signed-off-by: Sean Whitton --- src/property/installer.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/installer.lisp') 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") -- cgit v1.2.3