mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-26 11:15:12 +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
|
||||
|
||||
mkdir -m 700 ~/.ssh
|
||||
mkdir -m 700 $HOME/.ssh
|
||||
|
||||
Reference in New Issue
Block a user