summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_update.sh
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2020-01-16 17:05:46 +0100
committerRamón M. Gómez <ramongomez@us.es>2020-01-16 17:05:46 +0100
commit9e1e247d7a49ad486e85d00314976c9d78619c04 (patch)
treef9b6af966819ba634f69cbba719922393af12e3d /installer/opengnsys_update.sh
parentc7021efcfe4ae36b4f46322dbdc916d4a11e7419 (diff)
#946: Update script keeps stable version when downloading OGAgent packages.
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-xinstaller/opengnsys_update.sh1
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