source: client/nfsexport/scripts/menuBrowser @ dce072b

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since dce072b was be85bb2, checked in by ramon <ramongomez@…>, 15 years ago

OpenGNSys Installer procesa base de datos y fichero de configuración de ogAdmClient.

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

  • Property mode set to 100755
File size: 338 bytes
Line 
1#!/bin/bash
2# Scirpt de ejemplo para iniciar el browser del cliente con un menú predefinido
3# (puede usarse como base para el programa de arranque usado por OpenGNSys Admin).
4
5PROG="$(basename $0)"
6if [ $# -ne 2 ]; then
7    ogRaiseError $OG_ERR_FORMAT "$MSG_FORMAT: $PROG param1 param2"
8    exit $?
9fi
10
11url="$2?iph=$3"
12browser -qws $url
Note: See TracBrowser for help on using the repository browser.