summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-05-20 12:30:14 +0200
committerRamón M. Gómez <ramongomez@us.es>2019-05-20 12:30:14 +0200
commitcc2231f5df7ce874220aef7e6f0c87f0f2aff1c9 (patch)
tree6c6cd743d5e5c48e96ab8780b062e49abacac3f1
parent841632e596422b692e60294fbdc425c40ec26c60 (diff)
parentd1336ae3cce595fc277bf9d15b60f52d59a37c0e (diff)
Merge remote-tracking branch 'origin/#909_BUGmaster_updateCacheNoAsignaVarREPO'
-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";