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 | echo "$MSG_INTERFACE_START $0 $*" | tee -a $OGLOGSESSION $OGLOGFILE |
---|
13 | |
---|
14 | file=$(listSoftwareInfo $1 $2) |
---|
15 | cp $file $3 |
---|
16 | |
---|
17 | TIME=$[SECONDS-TIME1] |
---|
18 | echo " [ ] $MSG_SCRIPTS_TIME_PARTIAL : $[TIME/60]m $[TIME%60]s" | tee -a $OGLOGSESSION $OGLOGFILE |
---|
Note: See
TracBrowser
for help on using the repository browser.