From 19a7e6c7333b533b24d5929c337b9eae62d2eb2d Mon Sep 17 00:00:00 2001 From: Sylvain Date: Sun, 21 Jul 2024 11:31:35 +0200 Subject: [PATCH] Refractor --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index c504842..3f9c7b0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -16,6 +16,7 @@ myynh_source_searxng () { # Download source ynh_exec_fully_quiet git clone -n "$repo_fullpath" "$install_dir/searxng-src" + git config --global --add safe.directory "$install_dir/searxng-src" pushd "$install_dir/searxng-src" ynh_exec_fully_quiet git checkout "$commit_sha" popd