1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-18 06:03:39 +03:00

B #-: Recreate links in VM folder

This handles relative links

(cherry picked from commit 1887c4d8a1efaa727063fc4f3d6d24365af899f3)
This commit is contained in:
Ruben S. Montero 2023-11-16 18:13:46 +01:00
parent 372a3be710
commit d514c204ca
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -187,7 +187,7 @@ else
continue continue
fi fi
ssh_exec_and_log "$DEST_HOST" "[ -L \"$LNAME\" ] || ln -s \"$TARGET\" \"$LNAME\"" ssh_exec_and_log "$DEST_HOST" "cd ${VM_DIR}; [ -L \"$LNAME\" ] || ln -s \"$TARGET\" \"$LNAME\""
"Failed to create symlink $TARGET -> $LNAME on $DEST_HOST" "Failed to create symlink $TARGET -> $LNAME on $DEST_HOST"
done done