Setup Script - Turn off logging redirect to troubleshoot

This commit is contained in:
Mike Reeves
2018-11-26 19:27:59 -05:00
parent 7b3f9459ee
commit 816406c105

View File

@@ -630,7 +630,7 @@ saltify() {
salt_checkin() { salt_checkin() {
# Master State to Fix Mine Usage # Master State to Fix Mine Usage
if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ]; then if [ $INSTALLTYPE == 'MASTERONLY' ] || [ $INSTALLTYPE == 'EVALMODE' ]; then
salt-call state.apply ca >>~/sosetup.log 2>&1 salt-call state.apply ca
# 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 # 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. ***"