Tweak output in deploy ebook script

This commit is contained in:
Alex Cabal 2022-07-15 10:54:15 -05:00
parent e857e4e9e6
commit 6543658e45

View file

@ -433,7 +433,10 @@ if [ "${bulkDownloads}" = "true" ]; then
printf "Building bulk downloads ... " printf "Building bulk downloads ... "
fi 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 "${scriptsDir}"/rebuild-cache bulk-downloads
if [ "${verbose}" = "true" ]; then if [ "${verbose}" = "true" ]; then