mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-09 14:56:10 +01:00
several bug fixes to docker apps feature
This commit is contained in:
@@ -34,6 +34,9 @@ class ServerStatusUtil(multi.Thread):
|
||||
@staticmethod
|
||||
def executioner(command, statusFile):
|
||||
try:
|
||||
if os.path.exists(ProcessUtilities.debugPath):
|
||||
logging.CyberCPLogFileWriter.writeToFile(command)
|
||||
|
||||
res = subprocess.call(command, stdout=statusFile, stderr=statusFile, shell=True)
|
||||
if res == 1:
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user