From 5f0fa1bde512bd1b1be2c552c31508796d48c4a1 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 1 May 2024 12:49:39 +0200 Subject: [PATCH] =?UTF-8?q?Nah,=20there=20was=20no=20copy=20and=20paste?= =?UTF-8?q?=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/nginx.conf | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4195917..b6197c4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,7 +10,7 @@ location __PATH__ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; - # Allow the Radarr API + # Allow the Sonarr API location __PATH__/api { auth_request off; proxy_pass http://127.0.0.1:__PORT____PATH__/api; diff --git a/scripts/install b/scripts/install index 1c52387..52b6579 100755 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ chown -R "$app:$app" "$install_dir" #================================================= # ADD A CONFIGURATION #================================================= -ynh_script_progression --message="Configuring Radarr..." --weight=2 +ynh_script_progression --message="Configuring Sonarr..." --weight=2 mkdir -p "/var/log/$app" ln -s "/var/log/$app" "$data_dir/logs"