Remove obsolete jellyfin binary chmod

This commit is contained in:
Joshua Boniface 2018-12-10 20:21:07 -05:00
parent 59750496d5
commit 0b956665ed

2
debian/postinst vendored
View File

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