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