Browse Source

Remove obsolete jellyfin binary chmod

Joshua Boniface 6 years ago
parent
commit
0b956665ed
1 changed files with 0 additions and 2 deletions
  1. 0 2
      debian/postinst

+ 0 - 2
debian/postinst

@@ -34,8 +34,6 @@ case "$1" in
       mkdir $PROGRAMDATA
       mkdir $PROGRAMDATA
       chown -R jellyfin:jellyfin $PROGRAMDATA
       chown -R jellyfin:jellyfin $PROGRAMDATA
     fi
     fi
-    # ensure jellyfin binary has appropriate permissions
-    chmod 755 /usr/bin/jellyfin
 
 
     chmod +x ${JELLYFIN_DIR}/restart.sh > /dev/null 2>&1 || true
     chmod +x ${JELLYFIN_DIR}/restart.sh > /dev/null 2>&1 || true