Add the $HTS_USER to the video group
This commit is contained in:
parent
6bc2981af5
commit
415db93d82
1 changed files with 2 additions and 0 deletions
2
debian/hts-tvheadend.postinst
vendored
2
debian/hts-tvheadend.postinst
vendored
|
@ -13,6 +13,8 @@ configure)
|
|||
adduser --quiet --system --group --shell /bin/bash $HTS_USER
|
||||
fi
|
||||
|
||||
adduser 2>/dev/null $HTS_USER video
|
||||
|
||||
HTS_HOME=`getent passwd $HTS_USER | cut -d':' -f6`
|
||||
|
||||
mkdir -p "${HTS_HOME}/.hts/tvheadend"
|
||||
|
|
Loading…
Add table
Reference in a new issue