1
0
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:
Ruben S. Montero 2016-10-13 10:33:28 +02:00
parent e9a284476c
commit 24c258996a

View File

@ -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