diff options
author | ramon <ramongomez@us.es> | 2017-02-17 09:04:23 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-02-17 09:04:23 +0000 |
commit | 2f9cd7679633a088ce41fdb1b27613f6b751ecb3 (patch) | |
tree | 3e6d97f6e2cb3556fa3dc76ea3297f01ee64c41c /installer | |
parent | 46f8e8b3f4378e5e81d7173727e3c31976ae1d61 (diff) |
#768: Corregir errata en revisión r5199.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5201 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 44ab862f..d95d1bcc 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -906,7 +906,7 @@ function updateClient() # Obtiene versión del Kernel del cliente (con 2 decimales). KERNELVERSION=$(jq -r ".oglive[.default].kernel" | - awk -F. '{printf("%d",$1); $1=""; printf(".%02d",$0)}' + awk -F. '{printf("%d",$1); $1=""; printf(".%02d",$0)}') # Actaulizar la base de datos adaptada al Kernel del cliente. OPENGNSYS_DBUPDATEFILE="$WORKDIR/opengnsys/admin/Database/$OPENGNSYS_DATABASE-$INSTVERSION-postinst.sql" if [ -f $OPENGNSYS_DBUPDATEFILE ]; then |