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

bug #1841: remove checkpoint file after restore

This commit is contained in:
Javi Fontan 2013-08-24 17:39:39 +02:00
parent 76164fa1d0
commit bb342a1297

View File

@ -23,3 +23,5 @@ file=$1
exec_and_log "virsh --connect $LIBVIRT_URI restore $file" \
"Could not restore from $file"
rm "$file"