diff --git a/setup.sh b/setup.sh index f14da70..ffda0dd 100755 --- a/setup.sh +++ b/setup.sh @@ -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