summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibrerelease3
1 files changed, 2 insertions, 1 deletions
diff --git a/librerelease b/librerelease
index c4d97c1..efb698e 100755
--- a/librerelease
+++ b/librerelease
@@ -118,7 +118,7 @@ else
exit 1
fi
-# Make the permissions of the packages 644 otherwize the user will get access
+# Make the permissions of the packages 644 otherwise the user will get access
# denied error when they try to download (rsync --no-perms doesn't seem to
# work).
find ${WORKDIR}/staging -type f -exec chmod 644 {} \;
@@ -127,6 +127,7 @@ find ${WORKDIR}/staging -type d -exec chmod 755 {} \;
# Get the synced files
SYNCED_FILES=($(find ${WORKDIR}/staging -type f))
+msg "%s to upload" $(du -h -d 0 ${WORKDIR}/staging | tr "\t" " " | cut -d" " -f1)
msg "Uploading packages..."
rsync --recursive \
${dryrun} \