Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit 5a7bd88c70 - Show all commits
+1 -1
View File
@@ -121,7 +121,7 @@ function update-shared2 {
remote_bin="$project/bin-shared" 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"
cp -v $remote_bin/*.sh "$local_bin"/ cp -v "$remote_bin"/*.sh "$local_bin"/
refactor_script="refactor_music_library.sh" refactor_script="refactor_music_library.sh"
wget -O "$refactor_script" \ wget -O "$refactor_script" \