From 2072a06faaf49615a75ef216b296abfbf14e1262 Mon Sep 17 00:00:00 2001 From: Jameson Rollins Date: Mon, 18 Oct 2010 23:34:06 -0400 Subject: fix remove_monkeysphere_lines function to just read from stdin and write to stdout --- src/share/m/update_authorized_keys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/share/m/update_authorized_keys') 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" -- cgit v1.2.3