Merge pull request #15311 from Security-Onion-Solutions/TOoSmOotH-patch-5

Update so-minion
This commit is contained in:
Mike Reeves
2025-12-15 12:07:37 -05:00
committed by GitHub

View File

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