source:
opsi/server/opsi-tools-dass-it/usr/bin/opsiws.sh@
1042
Last change on this file since 1042 was 1042, checked in by , on Aug 3, 2012 at 11:13:16 AM | |
---|---|
|
|
File size: 302 bytes |
Rev | Line | |
---|---|---|
[1042] | 1 | #!/bin/sh |
2 | ||
3 | #URL=${1:-https://opsi4.joergs.dass-it:4447/configed.jnlp} | |
4 | ||
5 | case "$1" in | |
6 | http://*|https://*) | |
7 | URL=$1 | |
8 | ;; | |
9 | "") | |
10 | URL=https://opsi4.joergs.dass-it:4447/configed.jnlp | |
11 | ;; | |
12 | *) | |
13 | URL=https://$1:4447/configed.jnlp | |
14 | ;; | |
15 | esac | |
16 | ||
17 | echo $URL | |
18 | javaws $URL | |
19 |
Note:
See TracBrowser
for help on using the repository browser.