summaryrefslogtreecommitdiff
path: root/root/etc/init.d/opie
Unidiff
Diffstat (limited to 'root/etc/init.d/opie') (more/less context) (show whitespace changes)
-rwxr-xr-xroot/etc/init.d/opie6
1 files changed, 3 insertions, 3 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie
index 0c9892c..b5a185e 100755
--- a/root/etc/init.d/opie
+++ b/root/etc/init.d/opie
@@ -19,3 +19,3 @@ echo 1 > /proc/sys/ts/suspend_button_mode
19 19
20if [ ! -x $OPIEDIR/bin/opie ] ; then exit 0 ; fi 20if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi
21 21
@@ -46,3 +46,3 @@ case $1 in
46 46
47 $OPIEDIR/bin/opie 2>/dev/null >/dev/null & 47 $OPIEDIR/bin/qpe 2>/dev/null >/dev/null &
48 48
@@ -51,3 +51,3 @@ case $1 in
51 echo "Killing Opie..." 51 echo "Killing Opie..."
52 killproc opie 52 killproc qpe
53 ;; 53 ;;