mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:27:52 +01:00
Merge pull request #24 from joshuaboniface/debian-packaging
Remove obsolete jellyfin binary chmod
This commit is contained in:
commit
8dcab1882b
1 changed files with 0 additions and 2 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
|
@ -34,8 +34,6 @@ case "$1" in
|
|||
mkdir $PROGRAMDATA
|
||||
chown -R jellyfin:jellyfin $PROGRAMDATA
|
||||
fi
|
||||
# ensure jellyfin binary has appropriate permissions
|
||||
chmod 755 /usr/bin/jellyfin
|
||||
|
||||
chmod +x ${JELLYFIN_DIR}/restart.sh > /dev/null 2>&1 || true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue