summaryrefslogtreecommitdiffstats
path: root/admin/Interface/InventarioSoftware
diff options
context:
space:
mode:
Diffstat (limited to 'admin/Interface/InventarioSoftware')
-rwxr-xr-xadmin/Interface/InventarioSoftware5
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"
+