Finishing up.

This commit is contained in:
Daan Selen
2025-03-24 08:53:52 +01:00
parent 7f0f12a2e0
commit 3919c12d64
3 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ else
fi
if [[ "$DYNAMIC_CONFIG" =~ ^(true|yes)$ ]]; then
cat $CONFIG_FILE
cat "$CONFIG_FILE"
echo "Using Dynamic Configuration values..."
# BEGIN DATABASE CONFIGURATION FIELDS