support minion node descriptions containing spaces

This commit is contained in:
Jason Ertel
2026-04-13 15:19:39 -04:00
parent 81afbd32d4
commit 5634aed679
2 changed files with 3 additions and 2 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