From a08bb8ed864d5ec3f3d5121fa8cb57cb74492c15 Mon Sep 17 00:00:00 2001 From: Jason Mehring Date: Mon, 17 Nov 2014 16:39:02 -0500 Subject: [PATCH] AppVM was hard coded by mistake. Changed to pick up users AppVM name --- create_template_list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_template_list.sh b/create_template_list.sh index 1e9c00f..5c0fbca 100755 --- a/create_template_list.sh +++ b/create_template_list.sh @@ -35,7 +35,7 @@ cat << 'EOF' >> "${template_dir}" for file in ${files[@]}; do if [ ! -e ${file} ]; then echo "Copying ${file} from ${name} to ${PWD}/${file}..." - qvm-run --pass-io development-qubes "cat ${path}/${file}" > ${file} + qvm-run --pass-io ${name} "cat ${path}/${file}" > ${file} fi sudo yum erase $(echo "${file}" | sed -r "s/(${version}).+$//") && {