remove $ from var

This commit is contained in:
m0duspwnens
2021-10-13 12:25:11 -04:00
parent 7a4fa8879c
commit 880c1b97b0

View File

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