mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
remove $ from var
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user