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
24435fe9
Commit
24435fe9
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
57c4f0d4
Loading
Loading
Loading
Changes
1
Pipelines
70
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 @
24435fe9
...
@@ -36,7 +36,7 @@ while true; do
...
@@ -36,7 +36,7 @@ while true; do
sleep
1
sleep
1
done
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"
echo
"Database
$PGDATABASE
does not exist"
DB_ARGS+
=(
"--load-language"
)
DB_ARGS+
=(
"--load-language"
)
DB_ARGS+
=(
"fr_FR"
)
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