diff --git a/mkimage.sh.in b/mkimage.sh.in index 28fb99d..7b0aab4 100644 --- a/mkimage.sh.in +++ b/mkimage.sh.in @@ -342,7 +342,7 @@ case "$PLATFORM" in GCP*) # This filename is mandated by the Google Cloud Engine import # process, the archive name is not. - mv void-GCP*.img disk.raw + mv "$FILENAME" disk.raw info_msg "Compressing disk.raw" tar Sczf "${FILENAME%.img}.tar.gz" disk.raw # Since this process just produces something that can be