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
+2 -2
View File
@@ -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