mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
change retry command
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user