summaryrefslogtreecommitdiff
Side-by-side diff
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
- case odule_id in
+ case `module_id` in
"3100" ) export QWS_DISPLAY=Transformed:Rot90:0 ;;
@@ -43,3 +43,3 @@ case $1 in
"3800" ) export QWS_DISPLAY=Transformed:Rot90:0 ;;
- *) echo "Unknown processor type - odule_id-!" ;;
+ *) echo "Unknown processor type -`module_id`-!" ;;
esac