diff options
Diffstat (limited to 'installer/opengnsys_installer.sh')
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
1 files changed, 1 insertions, 1 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" |