fix: make shellcheck happy and use ssh agent fw
This commit is contained in:
@@ -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")"
|
||||
|
||||
Reference in New Issue
Block a user