From 0c384e64ed33f7f935c660236c30ad96863131b5 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Mon, 18 Dec 2023 14:17:12 +0500 Subject: [PATCH] completed --- plogical/DockerSites.py | 2 ++ 1 file changed, 2 insertions(+) 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) #