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.
- Timestamp:
-
Jun 30, 2010, 11:52:59 AM (15 years ago)
- Author:
-
adv
- Comment:
-
Info Log tareas consola web
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
47 | 47 | |
48 | 48 | * 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 |
53 | 54 | }}} |
54 | 55 | |