mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-23 08:00:23 +00:00
Update docker.py
This commit is contained in:
parent
ed69bee7d9
commit
a0226115d7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def check_vm_resource(app_name):
|
|||
return true
|
||||
|
||||
def check_app_directory(app_name):
|
||||
# 判断/data/apps/app_name是否已经存在,如果已经存在,方法结束
|
||||
# websoft9's support applist
|
||||
print("checking dir...")
|
||||
path = "/data/apps/"+app_name
|
||||
isexsits = os.path.exists(path)
|
||||
|
|
Loading…
Reference in a new issue