ogCopyFile (transferencia unicast-cache): copia los ficheros siempre visibles, antes estaban ocultos y al final de la transferencia hacian visibles.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@4302 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
Irina Gomez 2014-06-16 09:15:06 +00:00
parent 637432648d
commit 16ec9e48c0
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ esac
TARGET="$(ogGetPath "$@")"
[ -n "$TARGET" ] || ogRaiseError $OG_ERR_NOTFOUND "$*" || return $?
# Copiar fichero (para evitar problemas de comunicaciones las copias se hacen con rsync en vez de cp).
rsync --progress -avh "$SOURCE" "$TARGET"
rsync --progress --inplace -avh "$SOURCE" "$TARGET"
}