From ebbaee8248067f4aa70ea9e46a42b56feccab809 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/fhem@1018 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/DEBIAN/postinst b/contrib/DEBIAN/postinst index d0fc93c3b..bac9be2d1 100644 --- a/contrib/DEBIAN/postinst +++ b/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