1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin-vue_ynh.git synced 2024-09-03 19:26:31 +02:00

Fix comment

This commit is contained in:
Salamandar 2023-09-02 18:06:59 +02:00
parent 9267ee59a6
commit 32f0f6df43

View file

@ -53,7 +53,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
# Check if Yunohost is installed, and configure it as defaultServerURL.
# Check if Jellyfin is installed, and configure it as defaultServerURL.
for url in $(_list_jellyfin_urls); do
_append_to_server_urls "$install_dir/www/config.json" "$url"
done