mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -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 ... "
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue