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:
parent
76164fa1d0
commit
bb342a1297
@ -23,3 +23,5 @@ file=$1
|
||||
|
||||
exec_and_log "virsh --connect $LIBVIRT_URI restore $file" \
|
||||
"Could not restore from $file"
|
||||
|
||||
rm "$file"
|
||||
|
Loading…
x
Reference in New Issue
Block a user