90-ncp.cnf.sh: Don't use /data-ro for database path

Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
thecalcaholic 2022-09-28 13:43:12 +02:00
parent 99f4285e8e
commit 1a80ecbfc9
No known key found for this signature in database
GPG Key ID: 3510056072886A8F

View File

@ -11,7 +11,7 @@ else
if [[ "$DOCKERBUILD" -eq 1 ]]
then
echo "INFO: Docker build detected." >&2
DB_DIR=/data-ro/database
DB_DIR=/data/database
elif is_docker
then
echo "INFO: Docker container detected." >&2