From 5e4c1cf3b791a3bd38b60892ef3d60f0601636df Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Sat, 13 Apr 2019 06:11:22 +0000 Subject: [PATCH] Update code/OS-administration/mount_lvm_image.sh Co-Authored-By: neowutran --- code/OS-administration/mount_lvm_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/OS-administration/mount_lvm_image.sh b/code/OS-administration/mount_lvm_image.sh index 41e836c..55cae1e 100644 --- a/code/OS-administration/mount_lvm_image.sh +++ b/code/OS-administration/mount_lvm_image.sh @@ -8,7 +8,7 @@ # Remove the LVM image from the qvm-block list ###################################################### -image=${1?Image file is required, exemple "/dev/qubes_dom0/vm-debian-9-tmp-root"} +image=${1?Image file is required, example "/dev/qubes_dom0/vm-debian-9-tmp-root"} dvm=${2?DVM template name is required, example: "fedora-29-dvm"} dev=$(basename $(readlink "$image")) qubesdb-write /qubes-block-devices/$dev/desc "$image"