diff options
Diffstat (limited to 'community/domoticz')
-rw-r--r-- | community/domoticz/domoticz.pre-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/domoticz/domoticz.pre-install b/community/domoticz/domoticz.pre-install index 077e0faf80..5162f88385 100644 --- a/community/domoticz/domoticz.pre-install +++ b/community/domoticz/domoticz.pre-install @@ -1,3 +1,5 @@ #!/bin/sh + adduser -S -h /var/lib/domoticz -D -s /sbin/nologin -g domoticz domoticz 2>/dev/null + exit 0 |