Explorar o código

More work on sha256sum

bryan %!s(int64=2) %!d(string=hai) anos
pai
achega
099ceadfe1
Modificáronse 1 ficheiros con 1 adicións e 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"