From 6bfb813cdfd0e36702097d7d4c1c2c4a3c4d113f Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Fri, 7 Dec 2018 04:18:28 +0000 Subject: [PATCH] Setup - Adjust syntax --- so-setup-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index dc470487b..21b6e85e6 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -171,7 +171,7 @@ chown_salt_master() { clear_master() { # Clear out the old master public key in case this is a re-install. # This only happens if you re-install the master. - if [ -f /etc/salt/pki/minion/minion_master.pub]; then + if [ -f /etc/salt/pki/minion/minion_master.pub ]; then rm /etc/salt/pki/minion/minion_master.pub service salt-minion restart fi