ssh-copy-id: Add missing line continuation

PR:		194301
Reported by:	pkubaj@riseup.net
Patch by:	Ross Kilgariff <rosskilgariff@gmail.com>
This commit is contained in:
Eitan Adler 2015-05-16 06:15:49 +00:00
parent ef97c04bc5
commit 6f55e69eb7

View File

@ -48,7 +48,7 @@ sendkey() {
done ; \
if [ -x /sbin/restorecon ]; then \
/sbin/restorecon -F "$HOME/.ssh/" "$keyfile" >/dev/null 2>&1 || true ; \
fi
fi \
'\'
}