🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-11 16:09:05 -04:00
parent c2390d8bda
commit 2ba753c931
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -1,5 +1,9 @@
#!/usr/bin/env bash
# Set bash options
[ -n "$DEBUG" ] && set -x
set -o pipefail
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DB_DIR="${DB_DIR:-/data/mysql/db}"
DB_HOST="${DB_HOST:-localhost}"
DB_NAME="${DB_NAME:-wordpress}"
DB_USER="${DB_USER:-root}"