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

Revert "fix tm/qcow2/ln fix clean before attach (#124)"

This reverts commit e99352f5d94043198087a8be6a48421221e5cf5c.
This commit is contained in:
Ruben S. Montero 2016-10-13 10:35:30 +02:00
parent 24c258996a
commit 64a1a19f23

View File

@ -111,7 +111,7 @@ fi
ln -sf "$SNAP_DIR/\$SNAP" "$DST_PATH"
$RM -rf "${DST_PATH}.snap"
$RM -f "${DST_PATH}.snap"
ln -sf "$SNAP_DIR" "${DST_PATH}.snap"
EOT
)