mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 18:42:00 -04:00
Put shell variable in quotes
This commit is contained in:
parent
41b130195f
commit
254bf8b3d7
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ do
|
||||||
printf "Updating/inserting ebook in database ... "
|
printf "Updating/inserting ebook in database ... "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
"${scriptsDir}"/update-ebook-database ${verboseDbFlag} --ebookWwwFilesystemPath "${webDir}"
|
"${scriptsDir}"/update-ebook-database "${verboseDbFlag}" --ebookWwwFilesystemPath "${webDir}"
|
||||||
|
|
||||||
if [ "${verbose}" = "true" ]; then
|
if [ "${verbose}" = "true" ]; then
|
||||||
printf "Done.\n"
|
printf "Done.\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue