Browse Source

fix: correct path for traefik file permission

Nicolas Meienberger 1 năm trước cách đây
mục cha
commit
2e91687643
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/cli/src/executors/system/system.executors.ts

+ 1 - 1
packages/cli/src/executors/system/system.executors.ts

@@ -74,7 +74,7 @@ export class SystemExecutors {
       path.join(rootFolderHost, 'VERSION'),
     ];
 
-    const files600 = [path.join(rootFolderHost, 'traefik', 'acme.json')];
+    const files600 = [path.join(rootFolderHost, 'traefik', 'shared', 'acme.json')];
 
     // Give permission to read and write to all files and folders for the current user
     await Promise.all(