source: admin/Interface/IniciarSesion @ f8a75f18

opengnsys-1.0.6b
Last change on this file since f8a75f18 was 1602040, checked in by ramon <ramongomez@…>, 11 years ago

Versión 1.0.5, #616: Integrar código de la versión 1.0.5 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4309 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
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
4if [ $# == 1 ]
5then
6        disk=1
7        part=$1
8else
9        disk=$1
10        part=$2
11fi
12
13bootOs $disk $part
Note: See TracBrowser for help on using the repository browser.