Update docker.py

This commit is contained in:
qiaofeng1227 2023-03-13 16:32:12 +08:00 committed by GitHub
parent ed69bee7d9
commit a0226115d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)