add missing )

This commit is contained in:
m0duspwnens
2021-10-13 10:37:18 -04:00
parent 6e7a5fa326
commit adb8292814

View File

@@ -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