diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-10-16 10:27:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-10-16 10:27:38 +0200 |
commit | e5b8be6416204f2a4e78ef88481433782bdf0134 (patch) | |
tree | 787068da751fea17d8710559fb11cf2bb26c2170 | |
parent | 5ceca506182982aac6dbf1041b7e120dca00327a (diff) |
caretaker.conf(5): ${HOME} is interpolated locally, but the result used on the server. Duh.
-rw-r--r-- | man/5/caretaker.conf.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/5/caretaker.conf.pod b/man/5/caretaker.conf.pod index c3c3614..d63d6e7 100644 --- a/man/5/caretaker.conf.pod +++ b/man/5/caretaker.conf.pod @@ -146,7 +146,7 @@ Colour for warning and error messages (default: red) function pkgroot_aneurysm { PKG_PROTO=ssh PKG_HOST=aneurysm - PKG_PATH=${HOME}/var/packages_root + PKG_PATH=/home/derf/var/packages_root } # This will not be used, but may be enabled by appending it to the |