mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
fix: replace echo with printf for consistent output formatting in hosts-add script
This commit is contained in:
parent
4369819153
commit
bf4dca9d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
echo "$@" >> ~/.ssh/known_hosts
|
||||
printf '%s\n' "$@" >> ~/.ssh/known_hosts
|
||||
|
|
|
|||
Loading…
Reference in a new issue