diff options
author | ramon <ramongomez@us.es> | 2016-11-30 13:27:16 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-11-30 13:27:16 +0000 |
commit | 04e5d962f80e7239c634fa8932eb60c7600c6133 (patch) | |
tree | bac35c50db64c74e3a60511f57829cfe65bcf85b /installer | |
parent | f0d8ae11722a20e45a4ed8ca14b11651040d9ed2 (diff) |
Versión 1.0.6b #754: Aplicar correcciones ya incluidas en versión 1.1.0 por las revisiones r4744 y r5118.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5119 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 538d2248..f477e830 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -925,11 +925,11 @@ function updateClient() sed 's/\(.*\)pass=\(\w*\)\(.*\)/\2/') echo -ne "$SAMBAPASS\n$SAMBAPASS\n" | \ $INSTALL_TARGET/bin/setsmbpass - # Versión del ogLive instalado. - echo "${FILENAME%.*}" > $INSTALL_TARGET/doc/veroglive.txt else echoAndLog "${FUNCNAME}(): Client is already updated" fi + # Versión del ogLive instalado. + echo "${FILENAME%.*}" > $INSTALL_TARGET/doc/veroglive.txt fi } |