update comment

This commit is contained in:
m0duspwnens
2021-10-13 12:38:58 -04:00
parent a495779552
commit 3044edb104

View File

@@ -2304,7 +2304,7 @@ salt_checkin() {
fi
sleep 1;
((count++))
((timeout+=30)) # add 20s to the timeout each attempt
((timeout+=30)) # add 30s to the timeout each attempt
done
count=1
@@ -2319,7 +2319,7 @@ salt_checkin() {
systemctl start salt-minion
sleep 1;
((count++))
((timeout+=30)) # add 20s to the timeout each attempt
((timeout+=30)) # add 30s to the timeout each attempt
done
echo " Confirming existence of the CA certificate"