added sync after rsync

This commit is contained in:
Manfred Touron 2014-10-21 14:34:23 +00:00
parent 093638dcd0
commit f31e695620
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ cli() {
upgrade_image
clean_image
prepare_nbd_volume $NBD_DEVICE
sync
exit 0
;;
"build_image"|"patch_image"|"archive_target"|"prepare_nbd_volume"|"upgrade_image"|"clean_image")