quotes back
This commit is contained in:
parent
0349c88837
commit
5c297934a3
|
@ -215,8 +215,7 @@ function mesh_upgrade_golang {
|
||||||
exit 356356785
|
exit 356356785
|
||||||
fi
|
fi
|
||||||
ls -la "${rootdir}/home/go/go${GO_VERSION}"
|
ls -la "${rootdir}/home/go/go${GO_VERSION}"
|
||||||
# shellcheck disable=SC2086
|
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'
|
||||||
exit 246824628
|
exit 246824628
|
||||||
|
|
Loading…
Reference in New Issue