Skip to content

Commit

Permalink
feature: image name updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Pietsch committed Jul 28, 2021
1 parent bfffb76 commit e436240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ fi
export USE_QEMU="${USE_QEMU:-0}"
export IMG_DATE="${IMG_DATE:-"$(date +%Y-%m-%d)"}"
# A.Pietsch: Changed IMGfilename
export IMG_FILENAME="${IMG_FILENAME:-"${IMG_NAME}-${IMG_VERSION}"}"
export ZIP_FILENAME="${ZIP_FILENAME:-"image_${IMG_NAME}-${IMG_VERSION}"}"
export IMG_FILENAME="${IMG_FILENAME:-"${IMG_NAME}-${IMG_VERSION}-leafletpi"}"
export ZIP_FILENAME="${ZIP_FILENAME:-"${IMG_NAME}-${IMG_VERSION}-leafletpi"}"

export SCRIPT_DIR="${BASE_DIR}/scripts"
export WORK_DIR="${WORK_DIR:-"${BASE_DIR}/work/${IMG_DATE}-${IMG_NAME}"}"
Expand Down

0 comments on commit e436240

Please sign in to comment.