Add missing variables.

This commit is contained in:
2026-04-17 15:57:21 -07:00
parent 1989377b8b
commit 71875470c2

View File

@@ -117,6 +117,8 @@ function update-shared2 {
$project --branch=$branch $project --branch=$branch
fi fi
local_bin="$HOME/bin"
remote_bin="$project/bin-shared"
if [[ -d "$local_bin" ]]; then if [[ -d "$local_bin" ]]; then
log "\n`date` - Found '$local_bin', adding scripts.\n" log "\n`date` - Found '$local_bin', adding scripts.\n"
mv -v $remote_bin/*.sh "$local_bin"/ mv -v $remote_bin/*.sh "$local_bin"/