0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00

Merge branch 'rfeijolo-master'

This commit is contained in:
Adrian Dvergsdal 2018-01-05 13:15:21 +01:00
commit d2906f92e0
No known key found for this signature in database
GPG key ID: C1E9E2D9552A42D2

View file

@ -172,6 +172,8 @@ if [ -d /etc/sftp.d ]; then
if [ -x "$f" ]; then
log "Running $f ..."
$f
else
log "Could not run $f, because it's missing execute permission (+x)."
fi
done
unset f