source: admin/Interface/IniciarSesion

qndtest
Last change on this file was b2651a6, checked in by ramon <ramongomez@…>, 11 years ago

#601: Integrar código del ticket:601 en rama de desarrollo.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3807 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.