Skip to content

Commit

Permalink
bug fix: docker install
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Feb 7, 2024
1 parent a22346d commit 90be937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plogical/DockerSites.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def DeployWPContainer(self):
result = ProcessUtilities.outputExecutioner(command)
print(f'return code of docker install {result}')
if result.find("not found") > -1:
DockerInstall.submitInstallDocker()
DockerInstall.submitInstallDocker(1)

logging.statusWriter(self.JobID, 'Docker is ready to use..,10')

Expand Down

0 comments on commit 90be937

Please sign in to comment.