Add the $HTS_USER to the video group

This commit is contained in:
Andreas Öman 2010-01-24 22:40:46 +00:00
parent 6bc2981af5
commit 415db93d82

View file

@ -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"