From b77345f7604c02dfd16a6b63cc9e9efa114f0b55 Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Tue, 21 Apr 2020 11:52:59 +0200 Subject: #959: Installer and updater download the lastest OGAgent version. --- installer/opengnsys_installer.sh | 1 - installer/opengnsys_update.sh | 1 - 2 files changed, 2 deletions(-) (limited to 'installer') diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index ef87956b..d9cf7a82 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1101,7 +1101,6 @@ function installWebFiles() # Copiar ficheros en la zona de descargas de OpenGnsys Web Console. function installDownloadableFiles() { - local INSTVERSION="1.1.1" ### TEMPORAL. local FILENAME=ogagentpkgs-$INSTVERSION.tar.gz local TARGETFILE=$WORKDIR/$FILENAME 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 -- cgit v1.2.3-18-g5258