From d1ec75fe636fdb198bcb399789da123e7c97c2ae Mon Sep 17 00:00:00 2001 From: Gredin67 <35761345+Gredin67@users.noreply.github.com> Date: Sun, 3 May 2020 01:07:26 +0200 Subject: [PATCH] Testing (#10) * GOPATH _src --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cfe6d77..b90fc5e 100755 --- a/scripts/install +++ b/scripts/install @@ -205,7 +205,7 @@ ynh_setup_source --dest_dir="$final_path" # Build mautrix-whatsapp base_directory=$PWD -#export GOPATH="$final_path"_src +export GOPATH="$final_path"_src #export GOCACHE="$final_path/.cache/go-build" cd $final_path #export PATH=$PATH:$GO_PATH