diff options
author | Matthew Goins <mjgoins@openflows.com> | 2009-07-11 19:04:26 -0400 |
---|---|---|
committer | Matthew Goins <mjgoins@openflows.com> | 2009-07-11 19:04:26 -0400 |
commit | b6bd17157915c420b8cda418abc4c658e2da83c6 (patch) | |
tree | 0dc1d5ff6dfb32f5e0f9f6af9a2f9f8feba11835 /src/monkeysphere-host | |
parent | 9eb1c769ec82b339079ba786fce9592ec846f115 (diff) | |
parent | 56f591cdd4f4e7032d573f2942f7b6cf3a01c8c2 (diff) |
Merge commit 'jrollins/master'
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-x | src/monkeysphere-host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 507b47f..d498065 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -226,6 +226,7 @@ LOG_LEVEL=${MONKEYSPHERE_LOG_LEVEL:=$LOG_LEVEL} KEYSERVER=${MONKEYSPHERE_KEYSERVER:=$KEYSERVER} CHECK_KEYSERVER=${MONKEYSPHERE_CHECK_KEYSERVER:=$CHECK_KEYSERVER} MONKEYSPHERE_USER=${MONKEYSPHERE_MONKEYSPHERE_USER:=$MONKEYSPHERE_USER} +MONKEYSPHERE_GROUP=$(get_primary_group "$MONKEYSPHERE_USER") PROMPT=${MONKEYSPHERE_PROMPT:=$PROMPT} # other variables @@ -238,6 +239,7 @@ export LOG_LEVEL export KEYSERVER export CHECK_KEYSERVER export MONKEYSPHERE_USER +export MONKEYSPHERE_GROUP export PROMPT export GNUPGHOME_HOST export GNUPGHOME @@ -304,6 +306,7 @@ case $COMMAND in ;; 'diagnostics'|'d') + check_host_no_key load_fingerprint source "${MHSHAREDIR}/diagnostics" diagnostics |