Explorar o código

Remove obsolete jellyfin binary chmod

Joshua Boniface %!s(int64=6) %!d(string=hai) anos
pai
achega
0b956665ed
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      debian/postinst

+ 0 - 2
debian/postinst

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