mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
/var -> /opt
git-svn-id: https://svn.fhem.de/fhem/trunk@2379 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
768ed0d8c0
commit
a7d95c63d3
@ -9,4 +9,4 @@ Section: utils
|
||||
Priority: extra
|
||||
Architecture: all
|
||||
Homepage: http://www.fhem.de
|
||||
Depends: perl-base (>= 5.6.2), libdevice-serialport-perl (>= 1.0)
|
||||
Depends: perl-base (>= 5.6.2), libdevice-serialport-perl (>= 1.0), libwww-perl (>= 1.0)
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
if ! getent passwd fhem >/dev/null; then
|
||||
useradd --system --home /var/log/fhem --gid dialout --shell /bin/false fhem
|
||||
useradd --system --home /opt/fhem --gid dialout --shell /bin/false fhem
|
||||
fi
|
||||
|
||||
chown -R fhem /opt/fhem
|
||||
|
Loading…
x
Reference in New Issue
Block a user