client: fix shell syntax error
This commit is contained in:
parent
f3cfda48f7
commit
0e98c6d4cd
2 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
|
|||
|
||||
### Fixed
|
||||
|
||||
* client: fix shell syntax error
|
||||
|
||||
### Security
|
||||
|
||||
## [24.05] - 2022-05-02
|
||||
|
|
|
@ -105,7 +105,7 @@ test_server() {
|
|||
pick_server() {
|
||||
local -i increment=${1:-0}
|
||||
local -i list_length=${#SERVERS[@]}
|
||||
local sync_name=${2:""}
|
||||
local sync_name=${2:-""}
|
||||
|
||||
if (( increment >= list_length )); then
|
||||
# We've reached the end of the list
|
||||
|
|
Loading…
Add table
Reference in a new issue