diff --git a/so-setup-network.sh b/so-setup-network.sh index 4673518a1..a86ed8d3b 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -38,7 +38,9 @@ accept_salt_key_remote() { # See if the key is already there. If so nuke it. GETKEYSACCEPTED=$(ssh -v -i /root/.ssh/so.key socore@$MSRV sudo salt-key -l accepted) GETKEYSREJECTED=$(ssh -v -i /root/.ssh/so.key socore@$MSRV sudo salt-key -l rejected) - + echo "Seeing if the key exists" + echo $GETKEYSACCEPTED + echo $GETKEYSREJECTED if grep -q $HOSTNAME $GETKEYSACCEPTED; then SKACPT=1 else