mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
bug fix: docker install
This commit is contained in:
@@ -34,7 +34,7 @@ class ServerStatusUtil(multi.Thread):
|
||||
@staticmethod
|
||||
def executioner(command, statusFile):
|
||||
try:
|
||||
res = subprocess.call(command, stdout=statusFile, stderr=statusFile, shell=True)
|
||||
res = subprocess.call(shlex.split(command), stdout=statusFile, stderr=statusFile)
|
||||
if res == 1:
|
||||
return 0
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user