Don't need list
This commit is contained in:
parent
0af680fc03
commit
e788a5b171
|
@ -214,7 +214,6 @@ function mesh_upgrade_golang {
|
||||||
echo $"golang binaries directory not found ${rootdir}/home/go/go${GO_VERSION}/bin"
|
echo $"golang binaries directory not found ${rootdir}/home/go/go${GO_VERSION}/bin"
|
||||||
exit 356356785
|
exit 356356785
|
||||||
fi
|
fi
|
||||||
ls -la "${rootdir}/home/go/go${GO_VERSION}"
|
|
||||||
if ! cp "${rootdir}/home/go/go${GO_VERSION}/bin/"* "${rootdir}/usr/bin"; then
|
if ! cp "${rootdir}/home/go/go${GO_VERSION}/bin/"* "${rootdir}/usr/bin"; then
|
||||||
ls -la "${rootdir}/home/go/go${GO_VERSION}"
|
ls -la "${rootdir}/home/go/go${GO_VERSION}"
|
||||||
echo $'Copying golang binaries failed'
|
echo $'Copying golang binaries failed'
|
||||||
|
|
Loading…
Reference in New Issue