close
          Warning:
          Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
      
 
    
        
        
        
        
        
          918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
        
      
      
        
  | Line |  | 
|---|
| 1 | #!/bin/bash | 
|---|
| 2 |  | 
|---|
| 3 | TIME1=$SECONDS | 
|---|
| 4 |  | 
|---|
| 5 | #Carga el configurador del engine desde el fichero engine.cfg | 
|---|
| 6 | [ -z $OGENGINECONFIGURATE ] && source /opt/opengnsys/etc/engine.cfg | 
|---|
| 7 |  | 
|---|
| 8 | # Limpia los ficheros temporales usados como log de seguimiento para httpdlog | 
|---|
| 9 | echo -n " " | tee  $OGLOGSESSION $OGLOGCOMMAND ${OGLOGCOMMAND}.tmp | 
|---|
| 10 |  | 
|---|
| 11 | # Registro de inicio de ejecución | 
|---|
| 12 | ogEcho log session "$MSG_INTERFACE_START $0 $*" | 
|---|
| 13 |  | 
|---|
| 14 | file=$(listSoftwareInfo $1 $2) | 
|---|
| 15 | cp $file $3 | 
|---|
| 16 |  | 
|---|
| 17 | TIME=$[SECONDS-TIME1] | 
|---|
| 18 | ogEcho log session "   [ ]      $MSG_SCRIPTS_TIME_PARTIAL : $[TIME/60]m $[TIME%60]s" | 
|---|
| 19 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.