Don't need list

This commit is contained in:
Bob Mottram 2018-03-04 17:27:57 +00:00
parent 0af680fc03
commit e788a5b171
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ function mesh_upgrade_golang {
echo $"golang binaries directory not found ${rootdir}/home/go/go${GO_VERSION}/bin"
exit 356356785
fi
ls -la "${rootdir}/home/go/go${GO_VERSION}"
if ! cp "${rootdir}/home/go/go${GO_VERSION}/bin/"* "${rootdir}/usr/bin"; then
ls -la "${rootdir}/home/go/go${GO_VERSION}"
echo $'Copying golang binaries failed'