diff options
Diffstat (limited to 'src/share/m/update_authorized_keys')
-rw-r--r-- | src/share/m/update_authorized_keys | 2 |
1 files changed, 1 insertions, 1 deletions
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" |