Skip to content

Commit

Permalink
md5sum of the tar.bz2 file
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Jun 13, 2017
1 parent aa6f5ca commit c7cf262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ IMGFILE=$( ls -1t *.img | head -1 )
IMGOUT=$( basename "$IMGFILE" _base_prepare_lamp_nc-nextcloud_nc-init_nextcloudpi.img ).img

pack_image "$IMGFILE" "$IMGOUT"
md5sum $( ls -1t *.img | head -1 )
md5sum $( ls -1t *.tar.bz2 | head -1 )

# License
#
Expand Down

0 comments on commit c7cf262

Please sign in to comment.