let the first highstate pass

This commit is contained in:
Mike Reeves
2021-06-17 16:12:39 -04:00
parent 833559dde6
commit 0615d635eb

View File

@@ -904,7 +904,9 @@ main() {
echo ""
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
set -e
echo ""
echo "Upgrade from $INSTALLEDVERSION to $NEWVERSION complete."