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

feature : create snap dir link for persistent images

This commit is contained in:
Javi Fontan 2015-08-24 15:40:29 +02:00
parent ed0cfeb6ab
commit d800652d0d

@ -77,6 +77,7 @@ if [ -z "\${SNAP}" ]; then
fi
ln -sf "$SNAP_DIR/\$SNAP" "$DST_PATH"
ln -sf "$SNAP_DIR" "${DST_PATH}.snap"
EOT
)