mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-28 01:08:27 +00:00
Fix list-instances and @all not seeing all instances
This commit is contained in:
parent
8fedfb011e
commit
a21496e39a
@ -3899,7 +3899,7 @@ main(){
|
|||||||
|
|
||||||
# Handle all instances being requested
|
# Handle all instances being requested
|
||||||
if [[ "$allinstances" == "yes" ]]; then
|
if [[ "$allinstances" == "yes" ]]; then
|
||||||
read -r -a instances < <(getAllInstanceNames)
|
instances=( $(getAllInstanceNames) )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Handle wait command specially
|
# Handle wait command specially
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user