From c82c1172c3ff67970efab9bc334e2ee51ee08475 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Fri, 9 Jul 2021 00:51:04 +0200 Subject: [PATCH] upgrade with GOCACHE --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index fd8ff46..eb56c2f 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -133,8 +133,8 @@ ynh_install_extra_app_dependencies --repo="http://http.debian.net/debian buster- # Migration from 1.6.0 ynh_secure_remove --file="$final_path"/asmux.go src_path="$final_path"_src -#export GOPATH=$src_path -#export GOCACHE="$GOPATH"/.cache/go-build +export GOPATH=$src_path +export GOCACHE="$GOPATH"/.cache/go-build # Remove a directory securely ynh_secure_remove --file="$src_path" #export PATH=$PATH:$GO_PATH