From a5b30a00be1added21123b64a784aaa822161eea Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 1 Aug 2022 15:19:19 -0400 Subject: [PATCH] fix exec as --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e6f8f95..950575e 100755 --- a/scripts/install +++ b/scripts/install @@ -132,7 +132,7 @@ then export GOPATH="$final_path/build/go" export GOCACHE="$final_path/build/.cache" ynh_use_nodejs - ynh_exec_warn_less sudo -u $app make dist + make dist popd ynh_remove_go else