Merge branch '3/dev' into feature/postgres

This commit is contained in:
Mike Reeves
2026-04-16 16:37:02 -04:00
committed by GitHub
49 changed files with 990 additions and 351 deletions
+2 -2
View File
@@ -132,8 +132,8 @@ function getinstallinfo() {
log "ERROR" "Failed to get install info from $MINION_ID"
return 1
fi
export $(echo "$INSTALLVARS" | xargs)
while read -r var; do export "$var"; done <<< "$INSTALLVARS"
if [ $? -ne 0 ]; then
log "ERROR" "Failed to source install variables"
return 1