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
truncate -s 0 ~/.ssh/known_hosts
truncate -s 0 $HOME/.ssh/known_hosts