From f009c3dca271c59dbdbd9d2884b2a12d71778419 Mon Sep 17 00:00:00 2001 From: irina Date: Tue, 10 Oct 2017 08:51:45 +0000 Subject: #797 updateCache con protocolo TORRENT: Se modifica mensaje informativo del tiempo de espera para iniciar. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5449 a21b9725-9963-47de-94b9-378ad31fedc9 --- client/shared/scripts/updateCache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/shared/scripts/updateCache b/client/shared/scripts/updateCache index 94049ced..68045b92 100755 --- a/client/shared/scripts/updateCache +++ b/client/shared/scripts/updateCache @@ -204,7 +204,7 @@ case "$PROTOCOLO" in #TODO comprobar que el fichero torrent está en cache # retardamos el inicio -aleatorio de 0 a 120 segundos- al tracker para gestionar mas de +-40 equipos P2PWAIT=$[ ( $RANDOM % 120 ) + 1 ] - ogEcho log session " [ ] $MSG_SCRIPTS_TASK_SLEEP : $P2PWAIT seconds ogTorrentStart CACHE $2.torrent $4" + ogEcho log session " [ ] $MSG_SCRIPTS_TASK_SLEEP : $P2PWAIT seconds" sleep $P2PWAIT ogEcho log session " [ ] $MSG_SCRIPTS_TASK_START: ogTorrentStart CACHE $2.torrent $4" ogExecAndLog command ogTorrentStart CACHE "$2.torrent" $4 -- cgit v1.2.3-18-g5258