diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-06-03 10:21:45 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-06-03 10:22:35 +0200 |
commit | fb148e6ddad4eea5458eb67e88cbcf42fa2c9155 (patch) | |
tree | 1682751a199d8f5090ce21bb14278e5dca9a2bb3 /installer/opengnsys_installer.sh | |
parent | e57b608e4e8176750fe25c9c8cebcc38adbca369 (diff) |
#872: Download correct OGAgent version.
Diffstat (limited to 'installer/opengnsys_installer.sh')
-rwxr-xr-x | installer/opengnsys_installer.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index f559552c..ba371e41 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1081,7 +1081,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 |