Compare commits

..

3 commits

Author SHA1 Message Date
aptalca 7e2e986a6b
Merge pull request #111 from linuxserver/typOfix
fix typo hidden error
2024-08-12 10:25:42 -04:00
aptalca 6d5024c61b
fix tYpo hidden error 2024-08-12 10:07:35 -04:00
LinuxServer-CI 423a4f926d Bot Updating Templated Files 2024-08-12 13:02:22 +00:00
2 changed files with 1 additions and 3 deletions

View file

@ -81,9 +81,8 @@ else
mongo_init_bin='mongo'
fi
"${mongo_init_bin}" <<EOF
use "{MONGO_AUTHSOURCE}"
use ${MONGO_AUTHSOURCE}
db.auth("${MONGO_INITDB_ROOT_USERNAME}", "${MONGO_INITDB_ROOT_PASSWORD}")
use "${MONGO_DBNAME}"
db.createUser({
user: "${MONGO_USER}",
pwd: "${MONGO_PASS}",

View file

@ -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}",