diff --git a/scripts/upgrade b/scripts/upgrade index f1c247a..af4d339 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -148,7 +148,6 @@ if [ -z "/etc/jellyfin/network.xml" ]; then fi # Lower logging verbosity -cp "$config_path/logging.default.json" "$config_path/logging.json" ynh_replace_string --match_string="\"Default\": \"Information\"" --replace_string="\"Default\": \"Error\"" --target_file="$config_path/logging.json" #=================================================