Compare commits

...

1 Commits

Author SHA1 Message Date
Mike Reeves
b2a469e08c Update so-minion 2025-12-15 11:56:23 -05:00

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