From 3df06db9e6fd268c7d234be05b01a2303dc0f7ba Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 14 Aug 2004 12:05:39 +0000 Subject: Do not hardcode /opt/QtPalmtop but use $OPIEDIR --- (limited to 'noncore/tools/opie-sh/scripts/hostlist.sh') 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 @@ -18,11 +18,11 @@ # 20020517-1 - added icon, changed name in launcher # -CFG=/opt/QtPalmtop/share/config/hostlist.cfg +CFG=$OPIEDIR/share/config/hostlist.cfg OPIE_SH=opie-sh hostlist() { -( echo "" +( echo "" echo "

Hostlist


" HOSTLIST=`cat $CFG | grep -v '#'` for HOST in $HOSTLIST @@ -46,7 +46,7 @@ cleanup() { } about() { - ( echo "" + ( echo "" echo "

About

" echo "This little App should make it possible for you to " echo "check some hosts for availability." -- cgit v0.9.0.2