From 5d3b147b42aa1040e11af75dae0fec34494c2e8d Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 6 May 2021 20:32:26 -0400 Subject: [PATCH] change retry command --- 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 bf09e2b2e..751a2413c 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -802,7 +802,7 @@ else systemctl start salt-master # 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 + retry 50 10 "salt-run manage.up -l error | grep $MINIONID" echo "" echo "Ensuring python modules for Salt are installed and patched."