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
727f4b655d
commit
2329706eb7
|
@ -105,7 +105,7 @@ steps:
|
|||
done | grep -v null | sed 's/"//g' > .records
|
||||
- export recordIDs=()
|
||||
- >
|
||||
while IFS= read -r line
|
||||
while IFS=read -r line
|
||||
do
|
||||
recordIDs+=("$line")
|
||||
done < .records
|
||||
|
|
Loading…
Reference in a new issue