diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-04-21 11:52:59 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-04-21 11:52:59 +0200 |
commit | b77345f7604c02dfd16a6b63cc9e9efa114f0b55 (patch) | |
tree | c5c12a6e6f25f8efa3e3c880e8e21f55d9134ae6 /installer/opengnsys_update.sh | |
parent | 83bf2eb4fbdd93a02cd96a5114fd37777ccc510d (diff) |
#959: Installer and updater download the lastest OGAgent version.
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index c1ff2a5d..0d613946 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -744,7 +744,6 @@ function updateWebFiles() # Copiar ficheros en la zona de descargas de OpenGnsys Web Console. function updateDownloadableFiles() { - local NEWVERSION="1.1.1" ### TEMPORAL local FILENAME=ogagentpkgs-$NEWVERSION.tar.gz local TARGETFILE=$WORKDIR/$FILENAME |