Need to set correct owner of the superuser account file.
This commit is contained in:
parent
b9f67117b3
commit
cff78cfefa
1 changed files with 1 additions and 0 deletions
1
debian/hts-tvheadend.postinst
vendored
1
debian/hts-tvheadend.postinst
vendored
|
@ -21,6 +21,7 @@ configure)
|
|||
rm -f "${HTS_SUPERUSERCONF}"
|
||||
touch "${HTS_SUPERUSERCONF}"
|
||||
chmod 600 "${HTS_SUPERUSERCONF}"
|
||||
chown ${HTS_USER}:${HTS_USER} "${HTS_SUPERUSERCONF}"
|
||||
|
||||
echo >>"${HTS_SUPERUSERCONF}" "{"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue