mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
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:
parent
ef97c04bc5
commit
6f55e69eb7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283001
@ -48,7 +48,7 @@ sendkey() {
|
||||
done ; \
|
||||
if [ -x /sbin/restorecon ]; then \
|
||||
/sbin/restorecon -F "$HOME/.ssh/" "$keyfile" >/dev/null 2>&1 || true ; \
|
||||
fi
|
||||
fi \
|
||||
'\'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user