mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-26 13:21:27 +00:00
Added server teardown phase
This commit is contained in:
parent
727f4b655d
commit
2329706eb7
|
@ -105,7 +105,7 @@ steps:
|
||||||
done | grep -v null | sed 's/"//g' > .records
|
done | grep -v null | sed 's/"//g' > .records
|
||||||
- export recordIDs=()
|
- export recordIDs=()
|
||||||
- >
|
- >
|
||||||
while IFS= read -r line
|
while IFS=read -r line
|
||||||
do
|
do
|
||||||
recordIDs+=("$line")
|
recordIDs+=("$line")
|
||||||
done < .records
|
done < .records
|
||||||
|
|
Loading…
Reference in a new issue