Przeglądaj źródła

Merge branch 'stretch' of https://github.com/bashrc/freedombone

Bob Mottram 7 lat temu
rodzic
commit
ac086978db

BIN
image_build/mesh_apps/ssb.apk Wyświetl plik


+ 1
- 1
src/freedombone-base-tripwire Wyświetl plik

139
     # Avoid logging the changed database
139
     # Avoid logging the changed database
140
     sed -i "s|\$(TWETC)/tw.pol.*||g" /etc/tripwire/twpol.txt
140
     sed -i "s|\$(TWETC)/tw.pol.*||g" /etc/tripwire/twpol.txt
141
     # site key name
141
     # site key name
142
-    sed -i "s|$(TWETC)/site.key|\$(TWETC)/\$(HOSTNAME)-site.key|g" /etc/tripwire/twpol.txt
142
+    sed -i "s|\$(TWETC)/site.key|\$(TWETC)/\$(HOSTNAME)-site.key|g" /etc/tripwire/twpol.txt
143
 
143
 
144
     # create the policy
144
     # create the policy
145
     echo '
145
     echo '

+ 0
- 1
src/freedombone-image-customise Wyświetl plik

339
 EOF
339
 EOF
340
 
340
 
341
     { echo "MY_USERNAME=${MY_USERNAME}";
341
     { echo "MY_USERNAME=${MY_USERNAME}";
342
-      echo "SSH_PORT=${SSH_PORT}";
343
       echo '# initial setup of the system';
342
       echo '# initial setup of the system';
344
       echo 'if [ -f ~/.initial_setup ]; then';
343
       echo 'if [ -f ~/.initial_setup ]; then';
345
       echo '    if [ -f ~/login.txt ]; then';
344
       echo '    if [ -f ~/login.txt ]; then';

+ 0
- 1
src/freedombone-utils-go Wyświetl plik

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'