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-instalacion
Rev | Line | |
---|
[3ec149c] | 1 | #!/bin/bash |
---|
[d36e8a6] | 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 |
---|
[0483b14] | 12 | ogEcho log session "$MSG_INTERFACE_START $0 $*" |
---|
[d36e8a6] | 13 | |
---|
[3ec149c] | 14 | file=$(listSoftwareInfo $1 $2) |
---|
| 15 | cp $file $3 |
---|
[d36e8a6] | 16 | |
---|
| 17 | TIME=$[SECONDS-TIME1] |
---|
[0483b14] | 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.