AppVM was hard coded by mistake. Changed to pick up users AppVM name

pull/1/head
Jason Mehring 10 years ago
parent b37711b876
commit a08bb8ed86

@ -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}).+$//") && {

Loading…
Cancel
Save