source:
client/shared/scripts/configureOsCustom.template
@
e589e1d
Last change on this file since e589e1d was 1602040, checked in by , 11 years ago | |
---|---|
|
|
File size: 314 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | # configureOsCustom.template |
3 | # Plantilla para fichero de configuración del cliente tras restaurar una imagen. |
4 | # Recibe los mismos parámetros que el script "configureOsCustom". |
5 | # Nota: para usar este fichero, renombrar como "createImageCustomPost". |
6 | |
7 | |
8 | # Control de parámetros. |
9 | [ $# -ne 4 ] || exit |
10 | |
11 | |
12 |
Note: See TracBrowser
for help on using the repository browser.