completed

This commit is contained in:
usmannasir
2023-12-18 14:17:12 +05:00
parent f31fe6f7a2
commit 0c384e64ed

View File

@@ -297,6 +297,8 @@ services:
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)
#