diff options
author | antoniodoblas <adv@uma.es> | 2019-05-16 12:04:04 +0200 |
---|---|---|
committer | antoniodoblas <adv@uma.es> | 2019-05-16 12:04:04 +0200 |
commit | f1bc9d85ad4fb0cb9a565586c6049b5f537f59f3 (patch) | |
tree | 616513f5519d079ccd364e2aa1db6b9216629daa /admin/WebConsole/asistentes | |
parent | 4f64fa1837ed2cdfcb3555948ffbbc45ad4db70b (diff) |
#909 updateCache in assistant.js identifies the REPO with its IP address
Diffstat (limited to 'admin/WebConsole/asistentes')
-rw-r--r-- | admin/WebConsole/asistentes/jscripts/asistentes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/asistentes/jscripts/asistentes.js b/admin/WebConsole/asistentes/jscripts/asistentes.js index 24390703..2b564a6f 100644 --- a/admin/WebConsole/asistentes/jscripts/asistentes.js +++ b/admin/WebConsole/asistentes/jscripts/asistentes.js @@ -96,7 +96,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"; |