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

Fix bug in tm_mad/shared/mvds

This commit is contained in:
Jaime Melis 2012-03-29 18:02:07 +02:00
parent db2d3e45c5
commit c2ae9820c4

View File

@ -53,7 +53,7 @@ umask 0007
SRC_READLN=\$($READLINK -f $SRC_PATH)
DST_READLN=\$($READLINK -f $DST_PATH)
if [ \( -L $SRC \) -a \( "\$SRC_READLN" = "\$DST_READLN" \) ] ; then
if [ \( -L $SRC_PATH \) -a \( "\$SRC_READLN" = "\$DST_READLN" \) ] ; then
echo "Not moving files to image repo, they are the same"
else
mv -f $SRC_PATH $DST_PATH