Drop hardcoded autonomic servers path

Closes #1
This commit is contained in:
3wc
2025-09-11 16:32:02 -04:00
parent b7425f5c9e
commit ef83ff3069

View File

@ -44,7 +44,7 @@ fi
if [ -n "$server_file" ]; then
readarray -t servers < "$server_file"
else
readarray -t servers < <(./bin/gum choose --no-limit < infrastructure-data/coopcloud-servers)
readarray -t servers < <(abra server ls -m | ./bin/jq -r '.[].name' | ./bin/gum choose --no-limit)
fi
log_file=$(mktemp)