Browse Source

- lcd4linux; try to fix user skin; ...

TODO: differentiation between Pearl_user and Samsung_user in /var/etc/lcd4linux.conf
master
vanhofen 6 years ago
parent
commit
966a2cf9f5
  1. 2
      archive-imagefiles/lcd4linux/etc/init.d/lcd4linux

2
archive-imagefiles/lcd4linux/etc/init.d/lcd4linux

@ -7,7 +7,7 @@
configfile() { configfile() {
read layout < /tmp/lcd/layout read layout < /tmp/lcd/layout
test $layout = user && CONF_DIR=/var/etc || CONF_DIR=/etc test ${layout##*_} = user && CONF_DIR=/var/etc || CONF_DIR=/etc
chmod 600 ${CONF_DIR}/lcd4linux.conf chmod 600 ${CONF_DIR}/lcd4linux.conf
chown 0:0 ${CONF_DIR}/lcd4linux.conf chown 0:0 ${CONF_DIR}/lcd4linux.conf

Loading…
Cancel
Save