source:
admin/Interface/IniciarSesion
Last change on this file was b2651a6, checked in by , 12 years ago | |
---|---|
|
|
File size: 205 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | # UHU - Comprobamos el disco, si solo hay un parametro, disco es 1, por compatibilidad con clientes antiguos |
4 | if [ $# == 1 ] |
5 | then |
6 | disk=1 |
7 | part=$1 |
8 | else |
9 | disk=$1 |
10 | part=$2 |
11 | fi |
12 | |
13 | bootOs $disk $part |
Note: See TracBrowser
for help on using the repository browser.