diff --git a/plogical/DockerSites.py b/plogical/DockerSites.py index 5ca79a67e..9b1f1873b 100644 --- a/plogical/DockerSites.py +++ b/plogical/DockerSites.py @@ -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) #