This commit is contained in:
Mike Reeves
2020-08-19 10:33:26 -04:00
parent 95f006db7d
commit f57e0fbc56

View File

@@ -373,6 +373,12 @@ echo ""
echo "Starting Salt Master service."
systemctl start salt-master
echo ""
echo "Running a highstate to complete the Security Onion upgrade on this manager. This could take several minutes."
highstate
echo ""
echo "Upgrade from $INSTALLEDVERSION to $NEWVERSION complete."
echo ""
echo "Stopping Salt Master to remove ACL"
systemctl stop salt-master
@@ -383,13 +389,6 @@ echo ""
echo "Starting Salt Master service."
systemctl start salt-master
echo ""
echo "Running a highstate to complete the Security Onion upgrade on this manager. This could take several minutes."
highstate
echo ""
echo "Upgrade from $INSTALLEDVERSION to $NEWVERSION complete."
SALTUPGRADED="True"
if [[ "$SALTUPGRADED" == "True" ]]; then
echo ""