From 2552ac6c08c0ff9873fce95b4e1c82210ee7bf21 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Mon, 9 Apr 2018 17:19:31 +0200 Subject: [PATCH] =?UTF-8?q?-=20Make=20sure=20/tmp/LICE=E2=80=A6=20gets=20d?= =?UTF-8?q?eleted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 232ecb2..2281936 100755 --- a/deploy.sh +++ b/deploy.sh @@ -88,6 +88,7 @@ if [ "${LATEST_COMMIT}" != "$(cat /tmp/misp-latest.sha)" ]; then rm packer_virtualbox-iso_virtualbox-iso_sha384.checksum.asc rm packer_virtualbox-iso_virtualbox-iso_sha512.checksum.asc rm MISP_${VER}@${LATEST_COMMIT}-vmware.zip.asc + rm /tmp/LICENSE echo ${LATEST_COMMIT} > /tmp/misp-latest.sha TIME_END=$(date +%s) TIME_DELTA=$(expr ${TIME_END} - ${TIME_START})