op_lcdsettings: don't unconditionally disable screen blanking
[openpandora.oe.git] / recipes / pandora-system / pandora-scripts / op_lcdsettings.sh
index 22e5c89..12b318e 100644 (file)
@@ -98,9 +98,7 @@ case $mainsel in
          sed -i "s/.*xset.*/DISPLAY=:0 xset s off/g" /home/${user}/.xinitrc
          zenity --info --title="Screen blanking" --text "The automatic screen blanking has been disabled." --timeout 6
          DISPLAY=:0 xset s off
-    fi;;
+       fi;;
 esac
 done
 
-
-DISPLAY=:0 xset s off