From 880c1b97b08577be5df751ad07001857d53ee59a Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 13 Oct 2021 12:25:11 -0400 Subject: [PATCH] remove $ from var --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 84403eac2..dfb935ff8 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2304,7 +2304,7 @@ salt_checkin() { fi sleep 1; ((count++)) - (($timeout += 20)) # add 20s to the timeout each attempt + ((timeout+=20)) # add 20s to the timeout each attempt done count=1 @@ -2319,7 +2319,7 @@ salt_checkin() { systemctl start salt-minion sleep 1; ((count++)) - (($timeout += 20)) # add 20s to the timeout each attempt + ((timeout+=20)) # add 20s to the timeout each attempt done echo " Confirming existence of the CA certificate"