Bob Mottram 7 anni fa
parent
commit
e788a5b171
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      src/freedombone-utils-go

+ 0
- 1
src/freedombone-utils-go Vedi File

214
         echo $"golang binaries directory not found ${rootdir}/home/go/go${GO_VERSION}/bin"
214
         echo $"golang binaries directory not found ${rootdir}/home/go/go${GO_VERSION}/bin"
215
         exit 356356785
215
         exit 356356785
216
     fi
216
     fi
217
-    ls -la "${rootdir}/home/go/go${GO_VERSION}"
218
     if ! cp "${rootdir}/home/go/go${GO_VERSION}/bin/"* "${rootdir}/usr/bin"; then
217
     if ! cp "${rootdir}/home/go/go${GO_VERSION}/bin/"* "${rootdir}/usr/bin"; then
219
         ls -la "${rootdir}/home/go/go${GO_VERSION}"
218
         ls -la "${rootdir}/home/go/go${GO_VERSION}"
220
         echo $'Copying golang binaries failed'
219
         echo $'Copying golang binaries failed'