mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 05:23:04 +00:00
fix: replace tilde with $HOME for consistent path usage in scripts
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
touch ~/.ssh/known_hosts
|
||||
chmod 600 ~/.ssh/known_hosts
|
||||
touch $HOME/.ssh/known_hosts
|
||||
chmod 600 $HOME/.ssh/known_hosts
|
||||
|
||||
Reference in New Issue
Block a user