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 6d0840d4eb - Show all commits
+5 -3
View File
@@ -7,9 +7,12 @@
## Variables ## ## Variables ##
DIR="$(dirname -- "${BASH_SOURCE[0]}")" PROG="$(basename -- "${BASH_SOURCE[0]}")"
loop=false loop=false
DIR="`pwd`"
dir="`basename $DIR`"
## Validations ## ## Validations ##
if [[ "$DIR" != *"MASTER" ]]; then if [[ "$DIR" != *"MASTER" ]]; then
@@ -19,8 +22,7 @@ fi
## Main ## ## Main ##
new_dir="`basename $DIR`" new_dir="${dir//MASTER/clone}"
new_dir="${new_dir//MASTER/clone}"
sleep=0 sleep=0
do do