mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
install_container return true when already installed
This commit is contained in:
parent
092456434b
commit
ec3b92a008
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ class GlobalCommon(object):
|
||||||
Make sure the podman container is installed. Linux only.
|
Make sure the podman container is installed. Linux only.
|
||||||
"""
|
"""
|
||||||
if self.is_container_installed():
|
if self.is_container_installed():
|
||||||
return None
|
return True
|
||||||
|
|
||||||
# Load the container into podman
|
# Load the container into podman
|
||||||
log.info("Installing Dangerzone container image...")
|
log.info("Installing Dangerzone container image...")
|
||||||
|
|
Loading…
Reference in a new issue