Skip to content

Commit

Permalink
Merge pull request #429 from haydenseitz/fix/db-password
Browse files Browse the repository at this point in the history
allow DB_PASSWORD with # character
  • Loading branch information
crazy-max authored Apr 6, 2024
2 parents bc167c4 + d4242ab commit fd34218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/cont-init.d/03-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ DB_HOST=${DB_HOST}
DB_PORT=${DB_PORT}
DB_DATABASE=${DB_NAME}
DB_USERNAME=${DB_USER}
DB_PASSWORD=${DB_PASSWORD}
DB_PASSWORD="${DB_PASSWORD}"
EOL

# Config : Directories
Expand Down

0 comments on commit fd34218

Please sign in to comment.