diff options
author | ramon <ramongomez@us.es> | 2014-03-14 13:36:21 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2014-03-14 13:36:21 +0000 |
commit | 0483b14f234edbefa932d73b6ca2c3d9b3283449 (patch) | |
tree | 6a4a9f1e335ec9bf17b1aefe848d9021e26c64cc /admin/Interface/InventarioSoftware | |
parent | 5633342e4d74884ac39dfb30b124bd2b21e79f60 (diff) |
#640: Scripts de interfaz adaptados al nuevo formato de la funciĆ³n {{{ogEcho}}}.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4186 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/Interface/InventarioSoftware')
-rwxr-xr-x | admin/Interface/InventarioSoftware | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/Interface/InventarioSoftware b/admin/Interface/InventarioSoftware index 715f061c..fa96565d 100755 --- a/admin/Interface/InventarioSoftware +++ b/admin/Interface/InventarioSoftware @@ -9,10 +9,11 @@ TIME1=$SECONDS echo -n " " | tee $OGLOGSESSION $OGLOGCOMMAND ${OGLOGCOMMAND}.tmp # Registro de inicio de ejecuciĆ³n -echo "$MSG_INTERFACE_START $0 $*" | tee -a $OGLOGSESSION $OGLOGFILE +ogEcho log session "$MSG_INTERFACE_START $0 $*" file=$(listSoftwareInfo $1 $2) cp $file $3 TIME=$[SECONDS-TIME1] -echo " [ ] $MSG_SCRIPTS_TIME_PARTIAL : $[TIME/60]m $[TIME%60]s" | tee -a $OGLOGSESSION $OGLOGFILE +ogEcho log session " [ ] $MSG_SCRIPTS_TIME_PARTIAL : $[TIME/60]m $[TIME%60]s" + |