-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 @@ -37,10 +37,10 @@ case $1 in rm -f /etc/rc2.d/S99x # Can't have both running! - case
odule_id in + case `module_id` in "3100" ) export QWS_DISPLAY=Transformed:Rot90:0 ;; "3600" ) export QWS_DISPLAY=Transformed:Rot270:0 ;; "3700" ) export QWS_DISPLAY=Transformed:Rot270:0 ;; "3800" ) export QWS_DISPLAY=Transformed:Rot90:0 ;; - *) echo "Unknown processor type -
odule_id-!" ;; + *) echo "Unknown processor type -`module_id`-!" ;; esac |