update comment

This commit is contained in:
m0duspwnens
2021-05-06 17:49:40 -04:00
parent 78240b4b52
commit b8ad80ae35

View File

@@ -801,7 +801,7 @@ else
echo "Starting Salt Master service."
systemctl start salt-master
# Testing that that salt-master is up by checking that there is at least 1 minion connected
# Testing that that salt-master is up by checking that is it connected to itself
retry 50 10 "salt-run manage.up -l error" $MINIONID
echo ""