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
Rev | Line | |
---|
[513af22] | 1 | #!/bin/bash |
---|
[be85bb2] | 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 | |
---|
| 5 | PROG="$(basename $0)" |
---|
| 6 | if [ $# -ne 2 ]; then |
---|
| 7 | ogRaiseError $OG_ERR_FORMAT "$MSG_FORMAT: $PROG param1 param2" |
---|
| 8 | exit $? |
---|
| 9 | fi |
---|
[513af22] | 10 | |
---|
| 11 | url="$2?iph=$3" |
---|
| 12 | browser -qws $url |
---|
Note: See
TracBrowser
for help on using the repository browser.