summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authoralbertogp <albertogp@uma.es>2014-04-25 18:11:54 +0000
committeralbertogp <albertogp@uma.es>2014-04-25 18:11:54 +0000
commit0efb835715261f4ec51009db28ec3f5f46b02abe (patch)
tree11d1930a3791933fbc83cf41d61ed6326e10cf01 /installer
parent2847ede25b7cfd479dca6d391856b80dce8e70dd (diff)
Corrección de errores
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4256 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index a73612e3..f9ffdf71 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -791,7 +791,7 @@ function updateClient()
printf ("%d",v);
sub (/[0-9]*\./,"",v);
printf (".%02d",v)
- } }'
+ } }')
# 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