fix: make shellcheck happy and use ssh agent fw

This commit is contained in:
2025-12-07 15:48:12 +06:00
parent 8c7f28577c
commit 46819f2686
2 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ for type in "${CONFIGS[@]}"; do
inject() {
local src=$1 prefix=$2
[[ ! -e "$src" ]] && return
if [[ -d "$src" ]]; then
for f in "$src"/*; do
[[ -f "$f" ]] && cp "$f" "$dest/${prefix}-$(basename "$f")"