Skip to content

Commit

Permalink
Merge branch 'rfeijolo-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoz committed Jan 5, 2018
2 parents a286326 + 5427a7d commit d2906f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2906f9

Please sign in to comment.