Explorar el Código

More work on sha256sum

bryan hace 2 años
padre
commit
099ceadfe1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      openwrtbuilder

+ 1 - 0
openwrtbuilder

@@ -389,6 +389,7 @@ verifyImage() {
         fi
 
         for file in "$FACTORYIMGGZ" "$SYSUPGRADEIMGGZ"; do
+            debug "file: $file"
             [[ -f $file ]] || break
             checksum=$(grep "${file##*/}" "$SHA256_FILE" | cut -f1 -d' ')
             debug "checksum: $checksum"