diff options
author | ramon <ramongomez@us.es> | 2017-09-04 09:11:14 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-09-04 09:11:14 +0000 |
commit | 7d09bd758f07057f159447ecc86172a80c101fd5 (patch) | |
tree | 4ebaa0af37e32f62fa63841be70db4a95cdf1a1e | |
parent | 0d2e65bb549ed7a801037ad74cc50327c07e6fc0 (diff) |
#718 #730: Corregida errata al parchear fichero de configuración de OGAgent para Windows; actualizar lista de incidencias cerradas.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5421 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-x | client/engine/PostConf.lib | 2 | ||||
-rw-r--r-- | doc/CHANGELOG.es.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/client/engine/PostConf.lib b/client/engine/PostConf.lib index 7e2eb099..86e65d8f 100755 --- a/client/engine/PostConf.lib +++ b/client/engine/PostConf.lib @@ -340,7 +340,7 @@ for AGENTDIR in usr/share/OGAgent "Program Files/OGAgent" "Program Files (x86)/O done [ -n "$CFGFILE" ] || ogRaiseError $OG_ERR_NOTFOUND "ogagent.cfg" || return $? # Parchear dirección del servidor OpenGnsys en el fichero de configuración de OGAgent. -sed -i "0,/remote=/ s,remote=.*,remote=https://$(ogGetServerIp)/opengnsys/rest/," $CFGFILE +sed -i "0,/remote=/ s,remote=.*,remote=https://$(ogGetServerIp)/opengnsys/rest/," "$CFGFILE" } diff --git a/doc/CHANGELOG.es.txt b/doc/CHANGELOG.es.txt index ecc0c50b..e773006a 100644 --- a/doc/CHANGELOG.es.txt +++ b/doc/CHANGELOG.es.txt @@ -73,6 +73,7 @@ Tickets resueltos en módulo OpenGnsys Installer: #755 Scripts para exportar e importar los datos de OpenGnsys #765 Actualización incremental de la base de datos #795 Script opengnsys_uninstall.sh deberia añadir mas información +#801 Script opengnsys_update.sh con URL de descarga incorrecto Tickets genéricos resueltos: #679 Varios repositorios para un mismo cliente. |