summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/stowctrl.sh
Unidiff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/stowctrl.sh') (more/less context) (show whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/stowctrl.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/tools/opie-sh/scripts/stowctrl.sh b/noncore/tools/opie-sh/scripts/stowctrl.sh
index 475c3a3..20cb6ae 100755
--- a/noncore/tools/opie-sh/scripts/stowctrl.sh
+++ b/noncore/tools/opie-sh/scripts/stowctrl.sh
@@ -20,5 +20,5 @@
20# 20020517-1 - added about, fullscreen and icon 20# 20020517-1 - added about, fullscreen and icon
21 21
22OPIE_SH=/opt/QtPalmtop/bin/opie-sh 22OPIE_SH=$OPIEDIR/bin/opie-sh
23 23
24###################################################################### 24######################################################################
@@ -26,5 +26,5 @@ OPIE_SH=/opt/QtPalmtop/bin/opie-sh
26 26
27about() { 27about() {
28 ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/stowctrl.png>" 28 ( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/stowctrl.png>"
29 echo "<h3>About</h3>" 29 echo "<h3>About</h3>"
30 echo "This little App should make it easy for you to " 30 echo "This little App should make it easy for you to "
@@ -37,5 +37,5 @@ about() {
37 37
38startup() { 38startup() {
39 echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/stowctrl.png>" > /tmp/sout 39 echo "<img src=$OPIEDIR/pics/opie-sh-scripts/stowctrl.png>" > /tmp/sout
40 echo "<h3>stowaway up</h3>" >> /tmp/sout 40 echo "<h3>stowaway up</h3>" >> /tmp/sout
41 modprobe h3600_stowaway >> /tmp/sout 41 modprobe h3600_stowaway >> /tmp/sout
@@ -47,5 +47,5 @@ startup() {
47 47
48stopit() { 48stopit() {
49 ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/stowctrl.png>" 49 ( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/stowctrl.png>"
50 echo "<h3>stowaway down</h3>" 50 echo "<h3>stowaway down</h3>"
51 read THECAT < /tmp/stowcatpid 51 read THECAT < /tmp/stowcatpid