1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jackett_ynh.git synced 2024-09-03 19:26:28 +02:00

trying replaceString

This commit is contained in:
Navan Chauhan 2021-05-21 19:57:54 +05:30
parent df1e3c8990
commit 3b64c7508b

View file

@ -108,7 +108,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Configuring Jackett..." --weight=2
ynh_replace_string --match_string='"BasePathOverride": null,' --replace_string=""BasePathOverride": "$path_url,"" --target_file="$final_path/.config/Jackett/ServerConfig.jso"
ynh_replace_string --match_string="BasePathOverride": null, --replace_string="BasePathOverride": "$path_url", --target_file="$final_path/.config/Jackett/ServerConfig.json"
#=================================================
# GENERIC FINALIZATION