Linux packages: fix static resources copy

This commit is contained in:
Nicola Murino 2021-06-14 14:18:15 +02:00
parent d992f0ffcc
commit 3b66dd0873
No known key found for this signature in database
GPG key ID: 2F1FB59433D5A8CB

View file

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