mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
update nfpm to 2.22.1
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
fc1ba36ae5
commit
7b00fe3d5a
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
NFPM_VERSION=2.22.0
|
||||
NFPM_VERSION=2.22.1
|
||||
NFPM_ARCH=${NFPM_ARCH:-amd64}
|
||||
if [ -z ${SFTPGO_VERSION} ]
|
||||
then
|
||||
|
@ -75,13 +75,13 @@ contents:
|
|||
dst: "/lib/systemd/system/sftpgo.service"
|
||||
|
||||
- src: "${BASE_DIR}/templates/*"
|
||||
dst: "/usr/share/sftpgo/templates/"
|
||||
dst: "/usr/share/sftpgo/templates"
|
||||
|
||||
- src: "${BASE_DIR}/static/*"
|
||||
dst: "/usr/share/sftpgo/static/"
|
||||
dst: "/usr/share/sftpgo/static"
|
||||
|
||||
- src: "${BASE_DIR}/openapi/*"
|
||||
dst: "/usr/share/sftpgo/openapi/"
|
||||
dst: "/usr/share/sftpgo/openapi"
|
||||
|
||||
- src: "./sftpgo.json"
|
||||
dst: "/etc/sftpgo/sftpgo.json"
|
||||
|
|
Loading…
Reference in a new issue