vagrant: use sync after deploying

For some reason, the VM would sometimes take a very long time to reboot
after deploying the new commit. Adding a sync before rebooting fixes
this, though I'm not sure why the filesystem doesn't sync itself as fast
without it.

Closes: #371
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2016-07-04 11:49:25 -04:00 committed by Atomic Bot
parent 30881c3df0
commit 4877887e49

View File

@ -14,3 +14,4 @@ fi
eval $cmd
ostree admin deploy vmcheck
sync