mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue