Browse Source

Linux packages: fix static resources copy

Nicola Murino 4 years ago
parent
commit
3b66dd0873
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkgs/build.sh

+ 1 - 1
pkgs/build.sh

@@ -80,7 +80,7 @@ contents:
   - src: "${BASE_DIR}/templates/*"
     dst: "/usr/share/sftpgo/templates/"
 
-  - src: "${BASE_DIR}/static/**/*"
+  - src: "${BASE_DIR}/static/*"
     dst: "/usr/share/sftpgo/static/"
 
   - src: "./sftpgo.json"