summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradv <adv@uma.es>2011-04-14 14:24:56 +0000
committeradv <adv@uma.es>2011-04-14 14:24:56 +0000
commite9722d21bc34500c96229dd2858124f239dceac1 (patch)
treee60316d4a094fe6b0480a2d49baad0dbc507133d
parent88b75ac0ccf3006a5d4a8449a078d6bdb3d31f68 (diff)
version1.0 #368 instalador y actualizador usando cliente 1.0.1
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1855 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-xinstaller/opengnsys_installer.sh2
-rwxr-xr-xinstaller/opengnsys_update.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 9d3eb6b9..18f1f974 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1073,7 +1073,7 @@ function openGnsysOldClientCreate()
function openGnsysClientCreate()
{
local DOWNLOADURL=http://www.opengnsys.es/downloads
- local FILENAME=ogclient-1.0-lucid-32bit.tar.gz
+ local FILENAME=ogclient-1.0.1-lucid-32bit.tar.gz
local TMPFILE=/tmp/$FILENAME
echoAndLog "${FUNCNAME}(): Loading Client"
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 1eb31858..f3159d59 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -495,7 +495,7 @@ function updateOldClient()
function updateClient()
{
local DOWNLOADURL=http://www.opengnsys.es/downloads
- local FILENAME=ogclient-1.0-lucid-32bit.tar.gz
+ local FILENAME=ogclient-1.0.1-lucid-32bit.tar.gz
local TMPFILE=/tmp/$FILENAME
echoAndLog "${FUNCNAME}(): Loading Client"