mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Revert "fix deleting qcow2 images (#123)"
This reverts commit 2b2f4e40a69bccd076c14e2f9bade81878c8b35e.
This commit is contained in:
parent
e9a284476c
commit
24c258996a
@ -48,7 +48,7 @@ delete_file=$(cat <<EOF
|
||||
[ -e "$DST_PATH" ] || exit 0
|
||||
|
||||
times=10
|
||||
function="rm -rf $DST_PATH{,.snap}"
|
||||
function="rm -rf $DST_PATH"
|
||||
|
||||
count=1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user