Linux packages: fix static resources copy
This commit is contained in:
parent
d992f0ffcc
commit
3b66dd0873
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue