From f31e6956202b6a84c020c32fdf3414c12e4da9a4 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Tue, 21 Oct 2014 14:34:23 +0000 Subject: [PATCH] added sync after rsync --- images/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/images/lib.sh b/images/lib.sh index 145612d..ec2370a 100644 --- a/images/lib.sh +++ b/images/lib.sh @@ -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")