X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=blobdiff_plain;f=src%2Fmonkeysphere;fp=src%2Fmonkeysphere;h=8e4c4eb7823ad57b7fdb20bbf03d48af4131a8b3;hp=230de06839e54f82f3392a128de135de86546cf7;hb=e619b23879fde5703da435141754324dcf7cfa53;hpb=deb41134ca527508253244cfa8860a2031034825 diff --git a/src/monkeysphere b/src/monkeysphere index 230de06..8e4c4eb 100755 --- a/src/monkeysphere +++ b/src/monkeysphere @@ -148,7 +148,7 @@ case $COMMAND in # those hosts if [ "$1" ] ; then for host ; do - process_host "$host" "$hostKeysCacheDir" + process_host "$host" done # otherwise, if no hosts are specified, process every user @@ -158,7 +158,7 @@ case $COMMAND in failure "known_hosts file '$USER_KNOWN_HOSTS' is empty." fi log "processing known_hosts file..." - process_known_hosts "$hostKeysCacheDir" + process_known_hosts fi ;; @@ -167,7 +167,7 @@ case $COMMAND in failure "you must specify at least one userid." fi for userID ; do - update_userid "$userID" "$userKeysCacheDir" + update_userid "$userID" done log "Run the following to update your monkeysphere authorized_keys file:" log "$PGRM update-authorized_keys"