Merge pull request #4588 from Security-Onion-Solutions/souperduper

let the first highstate pass
This commit is contained in:
Mike Reeves
2021-06-22 09:58:00 -04:00
committed by GitHub

View File

@@ -904,7 +904,9 @@ main() {
echo "" echo ""
echo "Running a highstate to complete the Security Onion upgrade on this manager. This could take several minutes." echo "Running a highstate to complete the Security Onion upgrade on this manager. This could take several minutes."
set +e
salt-call state.highstate -l info queue=True salt-call state.highstate -l info queue=True
set -e
echo "" echo ""
echo "Upgrade from $INSTALLEDVERSION to $NEWVERSION complete." echo "Upgrade from $INSTALLEDVERSION to $NEWVERSION complete."