mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #3782: create snap dir link for persistent images
This commit is contained in:
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
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user