Attempt to fix 2.3 when main repo changes

This commit is contained in:
Mike Reeves
2024-04-03 15:38:23 -04:00
parent 9c59f42c16
commit 12da7db22c

View File

@@ -837,7 +837,8 @@ main() {
echo "### Preparing soup at $(date) ###"
echo ""
if [[ "$INSTALLEDVERISON" =~ ^2.3.* ]]; then
if [[ "$INSTALLEDVERSION" =~ ^2.3 ]]; then
echo "Actually running the code"
BRANCH="2.3/main"
cd $UPDATE_DIR
clone_to_tmp