This website requires JavaScript.
Explore
Help
Sign In
BigBlueButton
/
bigbluebutton-Github
Watch
1
Star
0
Fork
0
You've already forked bigbluebutton-Github
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
41c4d93b2f
bigbluebutton-Github
/
bigbluebutton-web
/
pres-checker
/
run.sh
3 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
Services run as starting PID The starting scripts now `exec` the main service instead of starting it as a subprocess. Also in line with docker-entrypoint recommendations.
2021-04-05 18:24:29 +08:00
#!/bin/sh
exec
java -cp
"/usr/share/prescheck/lib/*"
org.bigbluebutton.prescheck.Main
$@
Reference in New Issue
Copy Permalink