Browse Source

Update docker.py

qiaofeng1227 2 years ago
parent
commit
b248dcb594
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appmanage/api/utils/docker.py

+ 1 - 1
appmanage/api/utils/docker.py

@@ -64,7 +64,7 @@ def check_vm_resource(app_name):
 def check_app_directory(app_name):
     # websoft9's support applist
     myLogger.info_logger("Checking dir...")
-    path = "/data/apps/"+app_name
+    path = "/data/library/"+app_name
     is_exists = os.path.exists(path)
     return is_exists