summaryrefslogtreecommitdiff
path: root/debian/monkeysphere.postinst
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-07-09 19:41:03 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-07-09 20:27:45 -0400
commitc8b42c1d77005ab3f41d20cc2524f4307086ec4f (patch)
treeda2a6afaa400993037bf4f5a5550f98803addbd0 /debian/monkeysphere.postinst
parente6d14b3efaa96cc55eae34556daf8f85f09b92f6 (diff)
A bunch of changes for variable scoping, exit codes, etc. See
debian/changelog.
Diffstat (limited to 'debian/monkeysphere.postinst')
-rwxr-xr-xdebian/monkeysphere.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/monkeysphere.postinst b/debian/monkeysphere.postinst
index 87fbe12..a133a4b 100755
--- a/debian/monkeysphere.postinst
+++ b/debian/monkeysphere.postinst
@@ -28,7 +28,7 @@ install --owner monkeysphere --group monkeysphere --mode 700 -d "$VARLIB"/gnupg-
# install authentication gpg.conf
cat <<EOF > "$VARLIB"/gnupg-authentication/gpg.conf
list-options show-uid-validity
-primary-keyring ${VARLIB}/gnupg-authentication/pubring.gpg
-keyring ${VARLIB}/gnupg-host/pubring.gpg
+primary-keyring "$VARLIB"/gnupg-authentication/pubring.gpg
+keyring "$VARLIB"/gnupg-host/pubring.gpg
EOF
chown monkeysphere:monkeysphere "$VARLIB"/gnupg-authentication/gpg.conf