summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/hostlist.sh
Unidiff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/hostlist.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/hostlist.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/tools/opie-sh/scripts/hostlist.sh b/noncore/tools/opie-sh/scripts/hostlist.sh
index 6d70793..d7c94f8 100755
--- a/noncore/tools/opie-sh/scripts/hostlist.sh
+++ b/noncore/tools/opie-sh/scripts/hostlist.sh
@@ -19,9 +19,9 @@
19# 19#
20 20
21CFG=/opt/QtPalmtop/share/config/hostlist.cfg 21CFG=$OPIEDIR/share/config/hostlist.cfg
22OPIE_SH=opie-sh 22OPIE_SH=opie-sh
23 23
24hostlist() { 24hostlist() {
25 (echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/hostlist.png>" 25 (echo "<img src=$OPIEDIR/pics/opie-sh-scripts/hostlist.png>"
26 echo "<h3>Hostlist</h3><br>" 26 echo "<h3>Hostlist</h3><br>"
27 HOSTLIST=`cat $CFG | grep -v '#'` 27 HOSTLIST=`cat $CFG | grep -v '#'`
@@ -47,5 +47,5 @@ cleanup() {
47 47
48about() { 48about() {
49 ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/hostlist.png>" 49 ( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/hostlist.png>"
50 echo "<h3>About</h3>" 50 echo "<h3>About</h3>"
51 echo "This little App should make it possible for you to " 51 echo "This little App should make it possible for you to "