Fix permissions so the socore user can accept keys

This commit is contained in:
Mike Reeves
2018-02-06 11:18:13 -05:00
parent 06991316ba
commit d30461a655

View File

@@ -198,6 +198,7 @@ if (whiptail --title "Security Onion Setup" --yesno "Are you sure you want to in
# Copy the master config over # Copy the master config over
cp files/master /etc/salt/master cp files/master /etc/salt/master
chown -R socore:socore /etc/salt
# Start salt master and minion # Start salt master and minion
service salt-master start service salt-master start