From 037255b668853922336c9fc8842523c0d836bf8a Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 8 Feb 2022 21:36:43 -0500 Subject: [PATCH] Update jellyfin_setup.sh --- setup/jellyfin_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/jellyfin_setup.sh b/setup/jellyfin_setup.sh index 5e505f7a..66d31c3b 100644 --- a/setup/jellyfin_setup.sh +++ b/setup/jellyfin_setup.sh @@ -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"