diff options
-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 |