Skip to content

Commit

Permalink
Merge pull request #111 from linuxserver/typOfix
Browse files Browse the repository at this point in the history
fix typo hidden error
  • Loading branch information
aptalca committed Aug 12, 2024
2 parents 423a4f9 + 6d5024c commit 7e2e986
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ fi
"${mongo_init_bin}" <<EOF
use ${MONGO_AUTHSOURCE}
db.auth("${MONGO_INITDB_ROOT_USERNAME}", "${MONGO_INITDB_ROOT_PASSWORD}")
use ${MONGO_DBNAME}
db.createUser({
user: "${MONGO_USER}",
pwd: "${MONGO_PASS}",
Expand Down
1 change: 0 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ app_setup_block: |
"${mongo_init_bin}" <<EOF
use ${MONGO_AUTHSOURCE}
db.auth("${MONGO_INITDB_ROOT_USERNAME}", "${MONGO_INITDB_ROOT_PASSWORD}")
use ${MONGO_DBNAME}
db.createUser({
user: "${MONGO_USER}",
pwd: "${MONGO_PASS}",
Expand Down

0 comments on commit 7e2e986

Please sign in to comment.