From b79ca2527864d8bedfae9df860a2a8dde6771dbd Mon Sep 17 00:00:00 2001 From: liberodark Date: Sat, 30 May 2020 22:18:47 +0200 Subject: [PATCH] Update install --- scripts/install | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/install b/scripts/install index ab7030e..a813249 100644 --- a/scripts/install +++ b/scripts/install @@ -162,13 +162,13 @@ ynh_system_user_create "$app" #================================================= # LDAP config -plugins_conf_path=$plugins_path/configurations -plugins_conf_file=$plugins_conf_path/LDAP-Auth.xml +#plugins_conf_path=$plugins_path/configurations +#plugins_conf_file=$plugins_conf_path/LDAP-Auth.xml -mkdir -p "$plugins_conf_path" -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" +#mkdir -p "$plugins_conf_path" +#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" # Load services once to generate system.xml systemctl enable jellyfin @@ -186,9 +186,9 @@ ynh_replace_string --match_string="" --replace_string="$path ynh_replace_string --match_string="8096" --replace_string="$port" --target_file="/etc/jellyfin/system.xml" # Setting up the admin user -userdir="/etc/jellyfin/users/$admin" -mkdir -p "$userdir" -cp ../conf/policy.xml "$userdir/" +#userdir="/etc/jellyfin/users/$admin" +#mkdir -p "$userdir" +#cp ../conf/policy.xml "$userdir/" #================================================= # STORE THE CONFIG FILE CHECKSUM