sftpd: fix relative symlinks handling

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-09-30 19:23:54 +02:00
parent 1e21aa9453
commit 0e8c41bbd1
6 changed files with 101 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
NFPM_VERSION=2.19.1
NFPM_VERSION=2.19.2
NFPM_ARCH=${NFPM_ARCH:-amd64}
if [ -z ${SFTPGO_VERSION} ]
then