Update so-minion

This commit is contained in:
Mike Reeves
2025-12-15 11:56:23 -05:00
committed by GitHub
parent 285b0e4af9
commit b2a469e08c

View File

@@ -133,7 +133,7 @@ function getinstallinfo() {
return 1
fi
source <(echo $INSTALLVARS)
export $(echo "$INSTALLVARS" | xargs)
if [ $? -ne 0 ]; then
log "ERROR" "Failed to source install variables"
return 1