mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Setup Script - Fix Variable for Key acceptance
This commit is contained in:
@@ -72,7 +72,7 @@ configure_minion() {
|
|||||||
if [ $TYPE == 'master' ]; then
|
if [ $TYPE == 'master' ]; then
|
||||||
echo "master: $HOSTNAME" > /etc/salt/minion
|
echo "master: $HOSTNAME" > /etc/salt/minion
|
||||||
else
|
else
|
||||||
echo "master: $MASTER" > /etc/salt/minion
|
echo "master: $MSRV" > /etc/salt/minion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
service salt-minion restart
|
service salt-minion restart
|
||||||
|
|||||||
Reference in New Issue
Block a user