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-378ad31fedc9remotes/github/debian-pkg
parent
637432648d
commit
16ec9e48c0
|
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue