Update jellyfin_setup.sh

This commit is contained in:
tteckster
2022-02-08 21:36:43 -05:00
committed by GitHub
parent dfa50871be
commit 037255b668

View File

@@ -96,7 +96,7 @@ Restart=always
ExecStart=/opt/jellyfin/jellyfin.sh
[Install]
WantedBy=multi-user.target > $service_path
WantedBy=multi-user.target" > $service_path
sudo chmod 644 /etc/systemd/system/jellyfin.service
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"