Put shell variable in quotes

This commit is contained in:
Mike Colagrosso 2024-04-21 22:05:12 -06:00 committed by Alex Cabal
parent 41b130195f
commit 254bf8b3d7

View file

@ -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"