From 9a9508437033ac19144553c51e882b6b5a09fa16 Mon Sep 17 00:00:00 2001 From: Jason Mehring Date: Tue, 11 Nov 2014 09:00:54 -0500 Subject: [PATCH] Added verbose indication telmplate files was downloading from AppVM --- create_template_list.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/create_template_list.sh b/create_template_list.sh index cf8dfed..1e9c00f 100755 --- a/create_template_list.sh +++ b/create_template_list.sh @@ -24,6 +24,7 @@ $(printf "%s \n" ${files[@]}) path="$(readlink -m .)/rpm/noarch" version="-$(cat ./version)" +name="${name}" EOF # ----------------------------------------------------------------------------- @@ -33,6 +34,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} fi