fix: replace tilde with $HOME for consistent path usage in scripts

This commit is contained in:
Burnett01
2025-12-02 14:52:50 +00:00
parent 61419b36d6
commit e0b7fb752e
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
set -euo pipefail
mkdir -m 700 ~/.ssh
mkdir -m 700 $HOME/.ssh