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/Configurar | |
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/Configurar')
-rwxr-xr-x | admin/Interface/Configurar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/Interface/Configurar b/admin/Interface/Configurar index 9b0a6811..a10143f3 100755 --- a/admin/Interface/Configurar +++ b/admin/Interface/Configurar @@ -10,7 +10,7 @@ echo " " > $OGLOGSESSION; echo " " > $OGLOGCOMMAND; echo " " > ${OGLOGCOMMAND}.tmp # Registro de inicio de ejecuciĆ³n -echo "$MSG_INTERFACE_START $0 $*" | tee -a $OGLOGSESSION $OGLOGFILE +ogEcho log session "$MSG_INTERFACE_START $0 $*" # Solo ejecutable por OpenGnSys Client. PATH=$PATH:$(dirname $0) |