DEBIAN/postinst: set chown to fhem:root

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6669 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2014-10-04 08:05:49 +00:00
parent 19bb998057
commit af91b6bb39

View File

@@ -7,7 +7,7 @@ if ! getent passwd fhem >/dev/null; then
useradd --system --home /opt/fhem --gid dialout --shell /bin/false fhem
fi
chown -R fhem /opt/fhem
chown -R fhem:root /opt/fhem
# set up of autostart
# Sysvinit; upstart no longer supported