1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

better touch in kvm save action

This commit is contained in:
Ruben S. Montero 2010-10-01 00:17:45 +02:00
parent 97477b914b
commit d487e496ec

View File

@ -21,4 +21,9 @@ source $(dirname $0)/kvmrc
deploy_id=$1
file=$2
if [ ! -f $file ]; then
touch $file
chmod 666 $file
fi
virsh --connect $LIBVIRT_URI save $deploy_id $file