Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-06-13 11:05:09 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-13 11:05:09 +0300
commitc7cf2622323f34def5261395692db537149df1e4 (patch)
tree71eaadf1df0cf01ad9efdd337341a4aae4c650f6 /batch.sh
parentaa6f5cab05af4e87d88c6561bffe0b528885ae6c (diff)
md5sum of the tar.bz2 file
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/batch.sh b/batch.sh
index 7aaa1a78..fab79d71 100755
--- a/batch.sh
+++ b/batch.sh
@@ -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
#