mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-03 01:17:41 +03:00
B #-: Recreate links in VM folder
This handles relative links
This commit is contained in:
parent
775c205aee
commit
1887c4d8a1
@ -187,7 +187,7 @@ else
|
||||
continue
|
||||
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"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user