mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 15:36:45 +00:00
fix: replace tilde with $HOME for consistent path usage in scripts
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
truncate -s 0 ~/.ssh/known_hosts
|
||||
truncate -s 0 $HOME/.ssh/known_hosts
|
||||
|
||||
Reference in New Issue
Block a user