change retry command

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

View File

@@ -802,7 +802,7 @@ else
systemctl start salt-master 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 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 ""
echo "Ensuring python modules for Salt are installed and patched." echo "Ensuring python modules for Salt are installed and patched."