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

Bug #3875: Use proper snap id for qcow2/cpds

This commit is contained in:
Jaime Melis 2015-08-11 18:11:55 +02:00
parent 8843188745
commit 528dcb4188

View File

@ -79,7 +79,7 @@ if [ "$CLONE" != "YES" ]; then
fi
if [ "$SNAP_ID" != "-1" ]; then
SRC_PATH="$SRC_PATH.snap/$SNAP_ID"
SRC_PATH="$SRC_PATH.snap/$(($SNAP_ID+1))"
fi
#-------------------------------------------------------------------------------