Changes between Version 8 and Version 9 of InitrdClienteLog


Ignore:
Timestamp:
Jun 30, 2010, 1:52:59 PM (14 years ago)
Author:
adv
Comment:

Info Log tareas consola web

Legend:

Unmodified
Added
Removed
Modified
  • InitrdClienteLog

    v8 v9  
    4747
    4848 * Modificaciones en los scipts /opt/opengnsys/client/scripts/admXXXXX
    49     {{{    ## Ejemplo del admCreateImage
    50     #!/bin/bash
    51     RETORNO=$(createImage $* &>/var/log/opengnsys.log) || exit $?
    52     exit 0
     49    {{{
     50    ## Ejemplo del admCreateImage
     51        #!/bin/bash
     52        RETORNO=$(createImage $* &>/var/log/opengnsys.log) || exit $?
     53        exit 0
    5354    }}}
    5455