From d1336ae3cce595fc277bf9d15b60f52d59a37c0e Mon Sep 17 00:00:00 2001 From: antoniodoblas Date: Thu, 16 May 2019 11:54:48 +0200 Subject: #909 updateCache in assistant.js identifies the REPO with its IP address --- admin/WebConsole/asistentes/jscripts/asistentes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/WebConsole/asistentes/jscripts/asistentes.js b/admin/WebConsole/asistentes/jscripts/asistentes.js index b47e888b..16051ae6 100644 --- a/admin/WebConsole/asistentes/jscripts/asistentes.js +++ b/admin/WebConsole/asistentes/jscripts/asistentes.js @@ -92,7 +92,7 @@ command + " \n"; } else { - command="updateCache REPO /" + imagen[1] + ".img" + " " + protocol ; + command="updateCache " + imagen[0] + " /" + imagen[1] + ".img" + " " + protocol ; form.codigo.value="\ ogEcho log session \"[0] $MSG_SCRIPTS_TASK_START " + command +"\"\n \ " + command + " \n"; -- cgit v1.2.3-18-g5258