summarylogtreecommitdiffstats
path: root/openhab2.install
diff options
context:
space:
mode:
Diffstat (limited to 'openhab2.install')
-rw-r--r--openhab2.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/openhab2.install b/openhab2.install
index 230e6df1ec6f..3cc7dc85d2a1 100644
--- a/openhab2.install
+++ b/openhab2.install
@@ -10,7 +10,7 @@ post_install() {
getent passwd "${_user}" &>/dev/null
if [ $? -ne 0 ]; then
echo -e "\e[34;1m==>\e[39;1m Adding ${_user} system user... \e[0m"
- useradd -r -g ${_user} -d /usr/share/openhab2 ${_user} 1>/dev/null
+ useradd -r -g ${_user} -G audio -d /usr/share/openhab2 ${_user} 1>/dev/null
fi
post_upgrade