mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
add missing )
This commit is contained in:
@@ -2309,7 +2309,7 @@ salt_checkin() {
|
||||
|
||||
count=0
|
||||
timeout=60
|
||||
while ! (check_salt_minion_status $timeout ; do
|
||||
while ! (check_salt_minion_status $timeout) ; do
|
||||
echo "salt master did not get a job response from salt minion after $timeout seconds" >> "$setup_log" 2>&1
|
||||
if [ $count -gt 3 ]; then
|
||||
echo "salt master did not get a job response from salt minion after 3 attempts, exiting" >> "$setup_log" 2>&1
|
||||
|
||||
Reference in New Issue
Block a user