From 6543658e454bb3b8a39201715364ccc095a3305d Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Fri, 15 Jul 2022 10:54:15 -0500 Subject: [PATCH] Tweak output in deploy ebook script --- scripts/deploy-ebook-to-www | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/deploy-ebook-to-www b/scripts/deploy-ebook-to-www index 4cfb7a63..f2011600 100755 --- a/scripts/deploy-ebook-to-www +++ b/scripts/deploy-ebook-to-www @@ -433,7 +433,10 @@ if [ "${bulkDownloads}" = "true" ]; then printf "Building bulk downloads ... " fi - "${scriptsDir}/generate-bulk-downloads" --webroot "${webRoot}" + output=$("${scriptsDir}/generate-bulk-downloads" --webroot "${webRoot}") + if [ "${verbose}" = "true" ]; then + echo "${output}" + fi "${scriptsDir}"/rebuild-cache bulk-downloads if [ "${verbose}" = "true" ]; then