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

feature : Remove chars in script

This commit is contained in:
Ruben S. Montero 2011-12-24 04:02:17 +01:00
parent 8cf1748058
commit ea558a993e

@ -43,7 +43,7 @@ SRC_PATH=`fix_dir_slashes "$SRC_PATH"`
if [ "$SRC_PATH" = "$DST_PATH" ]; then
log "Will not move, source and destination are equal"
elif [ -L "$SRC_PATH/.disk" ]; then
 exec_and_log "mv $SRC_PATH/.disk $DST_PATH"
exec_and_log "mv $SRC_PATH/.disk $DST_PATH"
elif [ "`is_disk $SRC_PATH`" = "0" ] ; then
log "Moving $SRC_PATH"
   exec_and_log "mv $SRC_PATH $DST_PATH"