mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-05 09: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
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user