diff options
author | ramon <ramongomez@us.es> | 2013-01-30 12:02:58 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2013-01-30 12:02:58 +0000 |
commit | 670d6396b49fe3b788abf11c94c273e32fc49566 (patch) | |
tree | 58d259d459892031ac8ab7f1531c8282214725d9 /admin/Interface/getConfiguration | |
parent | d8d86ff99d2ec2c2e19e66b0e3d599f6b22db9a0 (diff) |
Versión 1.0.5, #568: Script {{{generateMenuDefault}}} es llamado por {{{getConfiguration}}} y toma los datos del fichero creado por éste para evitar operaciones duplicadas, reduciendo el tiempo de arranque del cliente.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3508 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Interface/getConfiguration')
-rwxr-xr-x | admin/Interface/getConfiguration | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/Interface/getConfiguration b/admin/Interface/getConfiguration index 79444100..7576eeb0 100755 --- a/admin/Interface/getConfiguration +++ b/admin/Interface/getConfiguration @@ -44,6 +44,9 @@ done cfgfile=/tmp/getconfig echo $cfg > $cfgfile +# Generar el menú por defecto a partir del fichero generado (no dar ninguna salida). +generateMenuDefault &>/dev/null + # Componer salida formateada. awk '{ n=split($0,sep,";"); for (i=1; i<n; i++){ |