Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Commits
ba9c9a6a25c4
Commit
ba9c9a6a25c4
authored
1 year ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
Fix start_redis option error
parent
c78b0972b6f2
No related branches found
No related tags found
1 merge request
!185
🚑 Fix start_redis option error
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
odoo_scripts/docker_dev_start.py
+1
-2
1 addition, 2 deletions
odoo_scripts/docker_dev_start.py
with
1 addition
and
2 deletions
odoo_scripts/docker_dev_start.py
+
1
−
2
View file @
ba9c9a6a
...
@@ -513,6 +513,4 @@
...
@@ -513,6 +513,4 @@
else
:
else
:
start_rednerd_stack
=
config
.
start_rednerd
start_rednerd_stack
=
config
.
start_rednerd
_logger
.
debug
(
"
No command line start rednerd %d
"
,
start_rednerd_stack
)
_logger
.
debug
(
"
No command line start rednerd %d
"
,
start_rednerd_stack
)
if
nmspc
.
start_redis
:
start_redis
=
nmspc
.
start_redis
==
1
# TODO ajouter l’option de démarrer redis dans Configuration
# TODO ajouter l’option de démarrer redis dans Configuration
...
@@ -518,4 +516,5 @@
...
@@ -518,4 +516,5 @@
# TODO ajouter l’option de démarrer redis dans Configuration
# TODO ajouter l’option de démarrer redis dans Configuration
start_redis
:
bool
=
(
nmspc
.
start_redis
==
1
)
if
nmspc
.
start_redis
else
False
_logger
.
debug
(
"
Docker image: %s
"
,
image
)
_logger
.
debug
(
"
Docker image: %s
"
,
image
)
# detect if docker image already exists
# detect if docker image already exists
...
...
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