mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-12-19 11:12:18 +01:00
Like in commit 2c22263 we are using echo again instead of printf because some runners can't function properly with it.
5 lines
56 B
Bash
Executable file
5 lines
56 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
echo "$@" >> $HOME/.ssh/known_hosts
|