From 8b39ec94c788c7fa01e199919ef217080d51a149 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Thu, 29 Aug 2024 10:50:23 +0100 Subject: [PATCH] Fix indent --- builder/build-image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/build-image.sh b/builder/build-image.sh index 22eaf84..7795346 100755 --- a/builder/build-image.sh +++ b/builder/build-image.sh @@ -55,8 +55,8 @@ else { if tools/build.sh "$IMAGE"; then # refresh the token, it may have expired - OUTPUT_DIR="$(dirname "$IMAGE")/output-$QEMU_SOURCE_ID" - cd "$OUTPUT_DIR" + OUTPUT_DIR="$(dirname "$IMAGE")/output-$QEMU_SOURCE_ID" + cd "$OUTPUT_DIR" # compress the resulting image qemu-img convert -O qcow2 -c "$VM_NAME" "$QCOW_FILE" builder/refresh.sh vo.access.egi.eu \