mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 00:04:13 +01:00
Update jellyfin-install.sh
tweak
This commit is contained in:
parent
158c309d71
commit
df3047e295
@ -52,6 +52,7 @@ EOF
|
||||
$STD apt-get update
|
||||
$STD apt-get install -y jellyfin
|
||||
chown -R jellyfin:adm /etc/jellyfin
|
||||
systemctl restart jellyfin
|
||||
if [[ "$CTTYPE" == "0" ]]; then
|
||||
sed -i -e 's/^ssl-cert:x:104:$/render:x:104:root,jellyfin/' -e 's/^render:x:108:root,jellyfin$/ssl-cert:x:108:/' /etc/group
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user