From 3044edb104a943257a74d4d86a8de46ebae373a8 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 13 Oct 2021 12:38:58 -0400 Subject: [PATCH] update comment --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 13ed6cda3..4398cfbcc 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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"