mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 12:01:27 +00:00
Added server teardown phase
This commit is contained in:
parent
715b230566
commit
727f4b655d
|
@ -101,13 +101,13 @@ steps:
|
|||
- >
|
||||
for i in {0..24}
|
||||
do
|
||||
jq '.result['$i'].id' .dns_records.json
|
||||
jq '.result['$i'].id' .dns_records.json
|
||||
done | grep -v null | sed 's/"//g' > .records
|
||||
- export recordIDs=()
|
||||
- >
|
||||
while IFS= read -r line
|
||||
do
|
||||
recordIDs+=("$line")
|
||||
recordIDs+=("$line")
|
||||
done < .records
|
||||
- >
|
||||
for recordid in "${recordIDs[@]}"
|
||||
|
|
Loading…
Reference in a new issue