mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 16:46:35 +00:00
DEBIAN/postinst: set chown to fhem:root
git-svn-id: https://svn.fhem.de/fhem/trunk@6669 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f39f8d936a
commit
6140590ca9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user