From 89cb5a5879bcc227bbaf5d90418114cc019511f9 Mon Sep 17 00:00:00 2001 From: ramon Date: Tue, 10 Nov 2015 19:10:03 +0000 Subject: #676: Corregir errata de revisiĆ³n r4727 en llamada a {{{ogGetMountPoint}}}. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.1@4728 a21b9725-9963-47de-94b9-378ad31fedc9 --- admin/Interface/getConfiguration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/Interface/getConfiguration b/admin/Interface/getConfiguration index 7a9636f2..88accda0 100755 --- a/admin/Interface/getConfiguration +++ b/admin/Interface/getConfiguration @@ -40,7 +40,7 @@ for ((dsk=1; dsk<=$disks; dsk++)); do # Sistema de archivos para datos (sistema operativo "DATA") [ -z "$soi" -a "$fsi" != "EMPTY" -a "$fsi" != "CACHE" ] && soi="DATA" # Obtener porcentaje de uso. - uso=$(df $(ogMountPoint $dsk $par) | awk '{getline; printf "%d",$5}') + uso=$(df $(ogGetMountPoint $dsk $par) | awk '{getline; printf "%d",$5}') uso=${uso:0} ;; esac -- cgit v1.2.3-18-g5258