diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-01-16 17:05:46 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-01-16 17:05:46 +0100 |
commit | 9e1e247d7a49ad486e85d00314976c9d78619c04 (patch) | |
tree | f9b6af966819ba634f69cbba719922393af12e3d /installer/opengnsys_update.sh | |
parent | c7021efcfe4ae36b4f46322dbdc916d4a11e7419 (diff) |
#946: Update script keeps stable version when downloading OGAgent packages.
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index b789b1b2..45292dea 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -741,6 +741,7 @@ 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 |