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

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

This reverts commit 64a1a19f23335e69b7158773e622ed833013d4aa.
This commit is contained in:
Ruben S. Montero 2016-10-13 11:01:38 +02:00
parent 7eefb46ddb
commit 1d613a98a9

View File

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