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:
parent
97477b914b
commit
d487e496ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user