diff --git a/scripts/install b/scripts/install index 420e3ca..a0345ab 100644 --- a/scripts/install +++ b/scripts/install @@ -164,6 +164,9 @@ cp ../conf/LDAP-Auth.xml "$plugins_conf_file" ynh_replace_string --match_string="__BINDPASSWORD__" --replace_string="$password" --target_file="$plugins_conf_file" chown -R jellyfin:jellyfin "$plugins_path" +# Port config +ynh_replace_string --match_string="8096" --replace_string="$port" --target_file="/etc/jellyfin/system.xml" + #================================================= # STORE THE CONFIG FILE CHECKSUM #=================================================