From 2e444078df2ae1bae57db7208c7ebd5d4d47b156 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 23 Mar 2020 17:59:14 +0000 Subject: [PATCH] [fix] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1372053..ab4860a 100644 --- a/scripts/install +++ b/scripts/install @@ -169,7 +169,7 @@ ynh_replace_string --match_string="__BINDPASSWORD__" --replace_string="$password chown -R jellyfin:jellyfin "$plugins_path" # Port config -ynh_replace_string --match_string="8096" --replace_string="$port" --target_file="/etc/jellyfin/sys$ +ynh_replace_string --match_string="8096" --replace_string="$port" --target_file="/etc/jellyfin/system.xml" #================================================= # STORE THE CONFIG FILE CHECKSUM