From 32f0f6df431ddc24f9ac6f4682e5cae4cead782b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 2 Sep 2023 18:06:59 +0200 Subject: [PATCH] Fix comment --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5e50bad..65610ed 100755 --- a/scripts/install +++ b/scripts/install @@ -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