diff --git a/entrypoint b/entrypoint index 62b58df..2ee659c 100755 --- a/entrypoint +++ b/entrypoint @@ -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