summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-06-03 10:21:45 +0200
committerRamón M. Gómez <ramongomez@us.es>2019-06-03 10:21:45 +0200
commit1237a9a324f701caddcb0ec217e0e0f18ad4db51 (patch)
tree53961101882c00b908ebf58666619de58ccd1573
parent6b1519306f9034b67d1b60a5f5b6e6c16c632f63 (diff)
#872: Download correct OGAgent version.opengnsys-1.1.0alegacy
-rwxr-xr-xinstaller/opengnsys_installer.sh1
-rwxr-xr-xinstaller/opengnsys_update.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 97e9d183..099ab237 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1102,7 +1102,6 @@ function installWebFiles()
# Copiar ficheros en la zona de descargas de OpenGnsys Web Console.
function installDownloadableFiles()
{
- INSTVERSION=1.1.0 ### Temporal.
local FILENAME=ogagentpkgs-$INSTVERSION.tar.gz
local TARGETFILE=$WORKDIR/$FILENAME
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 6e079581..e5b86681 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -1169,7 +1169,6 @@ if [ $? -ne 0 ]; then
exit 1
fi
# Actaulizar ficheros descargables.
-NEWVERSION=1.1.0 ### Temporal.
updateDownloadableFiles
# Generar páginas Doxygen para instalar en el web
makeDoxygenFiles