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 3399b07031 - Show all commits
+2 -2
View File
@@ -86,7 +86,7 @@ function today { date "+%Y%m%d"; }
function send-masters {
echo -e "`date` - Looping through MASTER directories.\n"
ls | grep '-MASTER' | while read dir; do
ls | grep '\-MASTER' | while read dir; do
echo -e "`date` - Found '$dir'..."
cd $dir
send-master
@@ -97,7 +97,7 @@ function send-masters {
function pull-clones {
echo -e "`date` - Looping through clone directories.\n"
ls | grep '-clone' | while read dir; do
ls | grep '\-clone' | while read dir; do
echo -e "`date` - Found '$dir'..."
cd $dir
pull-clone