From ec6709fce021b74f505154ab28632f614158c4a8 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 21 May 2021 21:02:52 +0530 Subject: [PATCH] gsed -> sed --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2c4fbc6..ccbd25d 100755 --- a/scripts/install +++ b/scripts/install @@ -115,7 +115,7 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" ynh_replace_string --match_string="BasePathOverride": null, --replace_string="BasePathOverride": "$path_url", --target_file="$final_path/.config/Jackett/ServerConfig.json" target_string=$(echo \"BasePathOverride\": \"$path_url\") -gsed --in-place "s@\"BasePathOverride\": null@${target_string}@g" ServerConfig.json +sed --in-place "s@\"BasePathOverride\": null@${target_string}@g" ServerConfig.json #================================================= # GENERIC FINALIZATION