X-Git-Url: http://git.tremily.us/?p=monkeysphere.git;a=blobdiff_plain;f=src%2Fshare%2Fm%2Fupdate_authorized_keys;h=544995155f08855e05e54b8ab8ffdd1dd3788fb1;hp=03f6306ef686fb7807a0166786cda7275b176c9e;hb=2072a06faaf49615a75ef216b296abfbf14e1262;hpb=50f1ff1c641bd02e96a08929ae1c0761e4a5a07d diff --git a/src/share/m/update_authorized_keys b/src/share/m/update_authorized_keys index 03f6306..5449951 100644 --- a/src/share/m/update_authorized_keys +++ b/src/share/m/update_authorized_keys @@ -32,7 +32,7 @@ update_authorized_keys() { # remove any monkeysphere lines from authorized_keys file this is # to insure that that all old authorized keys that are no longer # authorized are removed - remove_monkeysphere_lines "$AUTHORIZED_KEYS" > "$tmpFile" + remove_monkeysphere_lines <"$AUTHORIZED_KEYS" >"$tmpFile" process_authorized_user_ids "$tmpFile" \ < "$AUTHORIZED_USER_IDS"