Skip to content

Commit

Permalink
Use only MD5 checksum for checking provisioning version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Korhonen committed Jul 21, 2014
1 parent 33dd5e3 commit 72ab5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/provision/setup-dos-builder
Expand Up @@ -2,7 +2,7 @@


set -e set -e


PROVISION_CHECKSUM="$(md5sum $0)" PROVISION_CHECKSUM="$(md5sum $0 |awk '{print $1}')"
PROVISION_STATEFILE="/root/.vagrant_provision_id" PROVISION_STATEFILE="/root/.vagrant_provision_id"


if [ -f "${PROVISION_STATEFILE}" ] if [ -f "${PROVISION_STATEFILE}" ]
Expand Down

0 comments on commit 72ab5a1

Please sign in to comment.