Skip to content

Commit

Permalink
Add check to ensure updatedb is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Nov 1, 2018
1 parent 13fdb2b commit 5dde5a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ To interactively create API calls, here's a link to configure APIMate
HERE

updatedb
if [ -f /usr/bin/updatedb ]; then
updatedb
fi

exec /usr/bin/supervisord > /var/log/supervisord.log

0 comments on commit 5dde5a7

Please sign in to comment.