summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xetc/init.d/qpe4
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
@@ -38,3 +38,3 @@ case $1 in
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 ;;
@@ -43,3 +43,3 @@ case $1 in
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