-rwxr-xr-x | etc/init.d/qpe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.d/qpe b/etc/init.d/qpe index 799f806..8019265 100755 --- a/etc/init.d/qpe +++ b/etc/init.d/qpe | |||
@@ -36,12 +36,12 @@ case $1 in | |||
36 | 36 | ||
37 | rm -f /etc/rc2.d/S99x # Can't have both running! | 37 | rm -f /etc/rc2.d/S99x # Can't have both running! |
38 | 38 | ||
39 | case odule_id in | 39 | case `module_id` in |
40 | "3100" ) export QWS_DISPLAY=Transformed:Rot90:0 ;; | 40 | "3100" ) export QWS_DISPLAY=Transformed:Rot90:0 ;; |
41 | "3600" ) export QWS_DISPLAY=Transformed:Rot270:0 ;; | 41 | "3600" ) export QWS_DISPLAY=Transformed:Rot270:0 ;; |
42 | "3700" ) export QWS_DISPLAY=Transformed:Rot270:0 ;; | 42 | "3700" ) export QWS_DISPLAY=Transformed:Rot270:0 ;; |
43 | "3800" ) export QWS_DISPLAY=Transformed:Rot90:0 ;; | 43 | "3800" ) export QWS_DISPLAY=Transformed:Rot90:0 ;; |
44 | *) echo "Unknown processor type - odule_id-!" ;; | 44 | *) echo "Unknown processor type -`module_id`-!" ;; |
45 | esac | 45 | esac |
46 | 46 | ||
47 | $OPIEDIR/bin/qpe 2>/dev/null >/dev/null & | 47 | $OPIEDIR/bin/qpe 2>/dev/null >/dev/null & |