diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 965b9369c..6cb292aba 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 there is at least 1 minion connected - retry 50 10 "(( $(salt-run manage.up -l error | wc -l) >= 1 ))" + retry 50 10 "salt-run manage.up -l error" $MINIONID echo "" echo "Ensuring python modules for Salt are installed and patched."