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:
parent
8843188745
commit
528dcb4188
@ -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
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user