summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoririna <irinagomez@us.es>2017-10-10 08:51:45 +0000
committeririna <irinagomez@us.es>2017-10-10 08:51:45 +0000
commitf009c3dca271c59dbdbd9d2884b2a12d71778419 (patch)
treeeeb5fc16d712876ce8aa3d7e2f58a21bd6248fe4
parentf864c82716846f1b0342f9cb47b5129401906f7a (diff)
#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
-rwxr-xr-xclient/shared/scripts/updateCache2
1 files changed, 1 insertions, 1 deletions
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