Add check to ensure updatedb is installed

This commit is contained in:
Fred Dixon 2018-11-01 06:32:48 -05:00
parent 13fdb2b6b2
commit 5dde5a75f7

View File

@ -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