source:
client/shared/scripts/configureOsCustom.template
@
814c308
Last change on this file since 814c308 was 1602040, checked in by , 11 years ago | |
---|---|
|
|
File size: 314 bytes |
Rev | Line | |
---|---|---|
[1602040] | 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.