mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 15:24:46 -04:00
Tweak output in deploy ebook script
This commit is contained in:
parent
e857e4e9e6
commit
6543658e45
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue