mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Setup Script - Fix the order of operations
This commit is contained in:
@@ -526,8 +526,8 @@ salt_checkin() {
|
||||
# Master State to Fix Mine Usage
|
||||
if [ $INSTALLTYPE == 'MASTERONLY' ]; then
|
||||
salt-call state.apply ca >>~/sosetup.log 2>&1
|
||||
salt-call state.apply ssl >>~/sosetup.log 2>&1
|
||||
salt-call state.apply common >>~/sosetup.log 2>&1
|
||||
# salt-call state.apply ssl >>~/sosetup.log 2>&1
|
||||
# salt-call state.apply common >>~/sosetup.log 2>&1
|
||||
echo " *** Restarting Salt to fix any SSL errors. ***"
|
||||
service salt-master restart
|
||||
sleep 5
|
||||
|
||||
Reference in New Issue
Block a user