From b8ad80ae35c0cc352ab3b942efcd4ca82c1329f9 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 6 May 2021 17:49:40 -0400 Subject: [PATCH] update comment --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 6cb292aba..bf09e2b2e 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -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 ""