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

Update entrypoint

This commit is contained in:
Rodrigo Aiala Feijolo Rodrigues 2017-11-20 17:26:27 -03:00 committed by GitHub
parent 59ad42f086
commit 7fed52f018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,6 +172,8 @@ if [ -d /etc/sftp.d ]; then
if [ -x "$f" ]; then
log "Running $f ..."
$f
elif
log "Will not run $f because the file is not executable. Maybe you should run chmod +x $f outside your container."
fi
done
unset f