mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-27 23:42:13 +02:00
Add check to ensure updatedb is installed
This commit is contained in:
parent
13fdb2b6b2
commit
5dde5a75f7
3
setup.sh
3
setup.sh
@ -255,6 +255,9 @@ To interactively create API calls, here's a link to configure APIMate
|
|||||||
|
|
||||||
HERE
|
HERE
|
||||||
|
|
||||||
|
if [ -f /usr/bin/updatedb ]; then
|
||||||
updatedb
|
updatedb
|
||||||
|
fi
|
||||||
|
|
||||||
exec /usr/bin/supervisord > /var/log/supervisord.log
|
exec /usr/bin/supervisord > /var/log/supervisord.log
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user