mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
update manage.py
This commit is contained in:
parent
97c74e1af0
commit
918f3bc417
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ def install_app(app_name, customer_app_name, app_version):
|
|||
docker.modify_env(path, "APP_VERSION", app_version)
|
||||
file_path = "/data/apps/running_apps.txt"
|
||||
with open(file_path, "w", encoding="utf-8") as f:
|
||||
f.write(app_name)
|
||||
f.write(customer_app_name)
|
||||
t1 = Thread(target=record_and_install_app, args=(customer_app_name,))
|
||||
t1.start()
|
||||
ret = Response(code=const.RETURN_SUCCESS, message="应用正在启动中,请过几分钟再查询")
|
||||
|
|
Loading…
Reference in a new issue