diff --git a/update-keys.sh b/update-keys.sh index d1224ec..0faa0ba 100755 --- a/update-keys.sh +++ b/update-keys.sh @@ -37,8 +37,6 @@ else touch "$WORK_DIR/authorized_keys.tmp" fi -ls "$WORK_DIR" - for file in ./*.pub do cat "$file" | tee -a "$WORK_DIR/authorized_keys.tmp"