mbucc / shmig

Database migration tool written in BASH.
BSD 3-Clause "New" or "Revised" License
458 stars 49 forks source link

Add '-follow' for find to work with symlinks as well #14

Closed aw closed 7 years ago

aw commented 7 years ago

Symlinks are not appearing in migrations pending list.

I have a some migrations in the $MIGRATIONS path which are actually symlinks to regular files in another location. This small PR enables find to follow those symlinks (assuming they are regular files as well).

mbucc commented 7 years ago

Good idea, thanks!