mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
Update docker.py
This commit is contained in:
parent
ed69bee7d9
commit
a0226115d7
@ -51,7 +51,7 @@ def check_vm_resource(app_name):
|
|||||||
return true
|
return true
|
||||||
|
|
||||||
def check_app_directory(app_name):
|
def check_app_directory(app_name):
|
||||||
# 判断/data/apps/app_name是否已经存在,如果已经存在,方法结束
|
# websoft9's support applist
|
||||||
print("checking dir...")
|
print("checking dir...")
|
||||||
path = "/data/apps/"+app_name
|
path = "/data/apps/"+app_name
|
||||||
isexsits = os.path.exists(path)
|
isexsits = os.path.exists(path)
|
||||||
|
Loading…
Reference in New Issue
Block a user