Skip to content

Commit

Permalink
completed
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Dec 18, 2023
1 parent f31fe6f commit 0c384e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plogical/DockerSites.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ def DeployWPContainer(self):
command = f"chown -R nobody:{group} /home/docker/{self.data['finalURL']}/data"
ProcessUtilities.executioner(command)

logging.statusWriter(self.JobID, 'Completed. [200]')

# command = f"docker-compose -f {self.data['ComposePath']} ps -q wordpress"
# stdout = ProcessUtilities.outputExecutioner(command)
#
Expand Down

0 comments on commit 0c384e6

Please sign in to comment.