mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 13:25:51 +01:00
bug fix submit docker install
This commit is contained in:
@@ -47,5 +47,8 @@ class DockerInstall:
|
||||
|
||||
except BaseException as msg:
|
||||
logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath, str(msg) + ' [404].', 1)
|
||||
def main():
|
||||
DockerInstall.submitInstallDocker()
|
||||
|
||||
DockerInstall.submitInstallDocker()
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user