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:
parent
9267ee59a6
commit
32f0f6df43
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue