summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh-copy-id/ssh-copy-id.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh-copy-id/ssh-copy-id.sh')
-rwxr-xr-xusr.bin/ssh-copy-id/ssh-copy-id.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh-copy-id/ssh-copy-id.sh b/usr.bin/ssh-copy-id/ssh-copy-id.sh
index e16cfaa..09fb3cc 100755
--- a/usr.bin/ssh-copy-id/ssh-copy-id.sh
+++ b/usr.bin/ssh-copy-id/ssh-copy-id.sh
@@ -45,7 +45,7 @@ sendkey() {
if ! grep -sqwF "$key" "$keyfile"; then \
printf "$alg $key $comment\n" >> "$keyfile" ; \
fi ; \
- done \
+ done ; \
if [ -x /sbin/restorecon ]; then \
/sbin/restorecon -F "$HOME/.ssh/" "$keyfile" >/dev/null 2>&1 || true ; \
fi
OpenPOWER on IntegriCloud