summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstaller/opengnsys_installer.sh1
-rwxr-xr-xinstaller/opengnsys_update.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 97e9d183..099ab237 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1102,7 +1102,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
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 6e079581..e5b86681 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -1169,7 +1169,6 @@ if [ $? -ne 0 ]; then
exit 1
fi
# Actaulizar ficheros descargables.
-NEWVERSION=1.1.0 ### Temporal.
updateDownloadableFiles
# Generar páginas Doxygen para instalar en el web
makeDoxygenFiles