From 3bada084a2cbfe0c5e0098266855e0675be107bb Mon Sep 17 00:00:00 2001 From: renyhp Date: Mon, 19 Oct 2020 17:49:03 +0200 Subject: [PATCH] Extract to /usr/local/filtron/local The /usr/local/filtron/local/go directory will be created by tar. --- docs/build-templates/filtron.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-templates/filtron.rst b/docs/build-templates/filtron.rst index 83a45182..643688ff 100644 --- a/docs/build-templates/filtron.rst +++ b/docs/build-templates/filtron.rst @@ -32,7 +32,7 @@ (${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local (${SERVICE_USER}) $ wget --progress=bar -O "${GO_TAR}" \\ "${GO_PKG_URL}" - (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local/go -xzf "${GO_TAR}" + (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local -xzf "${GO_TAR}" (${SERVICE_USER}) $ which go ${SERVICE_HOME}/local/go/bin/go