From af8a6393d9ddde329c42fb31733db5389a0036f6 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Fri, 23 Sep 2011 11:56:08 +0000 Subject: [PATCH] fhem.pl forgotten git-svn-id: https://svn.fhem.de/fhem/trunk@1018 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DEBIAN/postinst b/fhem/contrib/DEBIAN/postinst index d0fc93c3b..bac9be2d1 100644 --- a/fhem/contrib/DEBIAN/postinst +++ b/fhem/contrib/DEBIAN/postinst @@ -6,7 +6,7 @@ if ! getent passwd fhem >/dev/null; then useradd --system --home /var/log/fhem --gid dialout --shell /bin/false fhem fi -chown -R fhem /var/log/fhem /etc/fhem.cfg /usr/share/fhem +chown -R fhem /var/log/fhem /etc/fhem.cfg /usr/share/fhem /usr/bin/fhem.pl #set up of autostart if test -x /sbin/initctl; then