Merge pull request #749 from waldirio/master

Adding the flag -S in tar command
This commit is contained in:
Dmitry Vasilets 2017-03-20 08:38:08 +01:00 committed by GitHub
commit ea99e07ac1

View File

@ -118,7 +118,7 @@ EOF
echo "==> Creating box, tarring and gzipping"
tar cvzf "$BOX" --totals ./metadata.json ./Vagrantfile ./box.img
tar cvzf "$BOX" -S --totals ./metadata.json ./Vagrantfile ./box.img
# if box is in tmpdir move it to CWD before removing tmpdir
if ! isabspath "$BOX"; then