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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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