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 3edd062852 - Show all commits
+1 -1
View File
@@ -89,7 +89,7 @@ function today { date "+%Y%m%d"; }
function send-masters {
echo -e "`date` - Looping through MASTER & SYNC directories."
ls | grep '\-MASTER\|\-SYNC' | while read dir; do
ls | grep "\-MASTER\|\-SYNC" | while read dir; do
echo -e "\n`date` - Found '$dir'..."
cd $dir
send-master