forked from fediversity/fediversity
print to stderr
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
3cccd8b40f
commit
1949a50485
1 changed files with 2 additions and 2 deletions
|
|
@ -493,8 +493,8 @@ let
|
|||
# .qcow2 is around half the size of .raw, on top of supporting backups - be it apparently at the cost of performance
|
||||
qemu-img convert -f raw -O qcow2 -C "${raw}" /tmp/${name}.qcow2
|
||||
|
||||
# ls -l ${raw}
|
||||
# ls -l /tmp/${name}.qcow2
|
||||
ls -l ${raw} >&2
|
||||
ls -l /tmp/${name}.qcow2 >&2
|
||||
|
||||
env ${toString (lib.mapAttrsToList (k: v: "TF_VAR_${k}=\"${toBash v}\"") environment)} \
|
||||
${toString (lib.mapAttrsToList (k: v: "${k}=\"${toBash v}\"") httpBackend)} \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue