summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoniodoblas <adv@uma.es>2019-05-16 11:54:48 +0200
committerantoniodoblas <adv@uma.es>2019-05-16 11:54:48 +0200
commitd1336ae3cce595fc277bf9d15b60f52d59a37c0e (patch)
tree1c4c16502fdd358f51e748dce1e25dac6f7d99c8
parenta49bcdc6d4381cb893acfd0d73938e927c87363d (diff)
#909 updateCache in assistant.js identifies the REPO with its IP address
-rw-r--r--admin/WebConsole/asistentes/jscripts/asistentes.js2
1 files changed, 1 insertions, 1 deletions
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";