Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rmcrackan/Libation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcrackan committed Nov 22, 2024
2 parents 6134bec + eadf7cf commit a0e875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/liberate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ setup_db() {
# Figure out the right databse file
if [[ -z "${LIBATION_DB_FILE}" ]];
then
dbCount=$(find "${DBPATH}" -type f -name "${dbpattern}" | wc -l)
dbCount=$(find "${DBPATH}" -maxdepth 1 -type f -name "${dbpattern}" | wc -l)
if [ "${dbCount}" -gt 1 ];
then
error "too many database files found, set LIBATION_DB_FILE to the filename you wish to use"
Expand Down

0 comments on commit a0e875a

Please sign in to comment.