1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/beehive_ynh.git synced 2024-09-03 18:06:24 +02:00

path export

This commit is contained in:
anmol26s 2021-03-07 20:58:25 +05:30
parent 4af3455b88
commit 1ca999e658

View file

@ -80,6 +80,7 @@ pushd "$tmpdir"
popd popd
ynh_secure_remove "$tmpdir" ynh_secure_remove "$tmpdir"
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/usr/local/go/bin
export GOPATH=/usr/local/go/bin
#================================================= #=================================================