From 093638dcd0b174c233a8b8328d2bdd63b0e51a30 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Tue, 21 Oct 2014 14:22:41 +0000 Subject: [PATCH] Typo --- images/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/lib.sh b/images/lib.sh index 109f95c..145612d 100644 --- a/images/lib.sh +++ b/images/lib.sh @@ -10,7 +10,7 @@ prepare_nbd_volume() { sudo mkfs.ext4 "$device" sudo mkdir -p "$TARGET.device" sudo mount "$device" "$TARGET.device" - rsync -aHAX "$TARGET" "$TARGET.device" + rsync -aHAX "$TARGET/" "$TARGET.device" fi }