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 5351df572b - Show all commits
+2 -2
View File
@@ -96,9 +96,9 @@ function send-masters {
} }
function pull-clones { function pull-clones {
echo -e "`date` - Looping through clone directories.\n" echo -e "`date` - Looping through clone directories."
ls | grep '\-clone' | while read dir; do ls | grep '\-clone' | while read dir; do
echo -e "`date` - Found '$dir'..." echo -e "\n`date` - Found '$dir'..."
cd $dir cd $dir
pull-clone pull-clone
cd .. cd ..