Skip to content
Snippets Groups Projects
Commit ba9c9a6a25c4 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: Fix start_redis option error

parent c78b0972b6f2
No related branches found
No related tags found
1 merge request!185🚑 Fix start_redis option error
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment