Skip to content

Commit

Permalink
Adding VAGRANT_LOG variable to be "visible" in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jun 10, 2019
1 parent 5ba02f4 commit 52c0cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vagrant_init_destroy_boxes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ TMPDIR=${TMPDIR:-/var/tmp/vagrant_init_destroy_boxes}
LOGDIR=${LOGDIR:-/var/tmp/}
export VAGRANT_IGNORE_WINRM_PLUGIN=true

# Enable vagrant debug log if set to 'info' (default 'quiet')
export VAGRANT_LOG=${VAGRANT_LOG:-quiet}

vagrant_box_add() {
vagrant box add $VAGRANT_BOX_FILE --name=${VAGRANT_BOX_NAME} --force
Expand Down

0 comments on commit 52c0cc9

Please sign in to comment.