Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
odoo_docker
Commits
a4d7601b
Commit
a4d7601b
authored
1 year ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] error if db name contained in db user
parent
11bbb64a
No related branches found
No related tags found
No related merge requests found
Changes
1
Pipelines
71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
entrypoint.sh
+1
-1
1 addition, 1 deletion
entrypoint.sh
with
1 addition
and
1 deletion
entrypoint.sh
+
1
−
1
View file @
a4d7601b
...
...
@@ -36,7 +36,7 @@ while true; do
sleep
1
done
if
!
psql
--list
2> /dev/null |
grep
$PGDATABASE
>
/dev/null 2>&1
;
then
if
!
psql
--list
--no-align
--tuples-only
2> /dev/null |
grep
^
$PGDATABASE
\|
>
/dev/null 2>&1
;
then
echo
"Database
$PGDATABASE
does not exist"
DB_ARGS+
=(
"--load-language"
)
DB_ARGS+
=(
"fr_FR"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment