Browse Source

Update jellyfin_setup.sh

tteckster 3 years ago
parent
commit
037255b668
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/jellyfin_setup.sh

+ 1 - 1
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"