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 | if [ "$engine" == "testing" ] | 
|---|
| 3 | then | 
|---|
| 4 | echo -e >>  $OGLOGFILE | 
|---|
| 5 | echo "Contenido de la ejecucion: *****************************" >>  $OGLOGFILE | 
|---|
| 6 | cat  $1 >> $OGLOGFILE | 
|---|
| 7 | echo -e >>  $OGLOGFILE | 
|---|
| 8 | echo -e >>  $OGLOGFILE | 
|---|
| 9 | echo "Salida: *****************************" >>  $OGLOGFILE | 
|---|
| 10 | chmod +x $1 | 
|---|
| 11 | $1 &>> $OGLOGFILE || exit $? | 
|---|
| 12 | echo "Fin: *****************************" >>  $OGLOGFILE | 
|---|
| 13 | else | 
|---|
| 14 | chmod +x $1 | 
|---|
| 15 | $1 || exit $? | 
|---|
| 16 | fi | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.