Skip to content

Commit

Permalink
Merge pull request bigbluebutton#13469 from antobinary/2.4-build-updates
Browse files Browse the repository at this point in the history
build: set jdk to 8 in bbb-web
  • Loading branch information
antobinary authored Oct 14, 2021
2 parents 58d5315 + 7c84b91 commit 1b19ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/packages-template/bbb-web/after-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ bbb_config() {
touch /var/log/bigbluebutton/bbb-web.log
chown bigbluebutton:bigbluebutton /var/log/bigbluebutton/bbb-web.log

update-java-alternatives -s java-1.8.0-openjdk-amd64

# Restart bbb-web to deploy new
startService bbb-web.service || echo "bbb-web.service could not be registered or started"
# sed -i 's/8080/8090/g' /etc/bigbluebutton/nginx/web
Expand Down
2 changes: 1 addition & 1 deletion build/packages-template/bbb-web/opts-bionic.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
. ./opts-global.sh

OPTS="$OPTS -t deb -d zip,unzip,imagemagick,redis-server,xpdf-utils,bbb-libreoffice-docker,psmisc,fonts-crosextra-carlito,fonts-crosextra-caladea,fonts-noto --deb-user bigbluebutton --deb-group bigbluebutton --deb-use-file-permissions"
OPTS="$OPTS -t deb -d zip,unzip,imagemagick,redis-server,xpdf-utils,bbb-libreoffice-docker,psmisc,fonts-crosextra-carlito,fonts-crosextra-caladea,fonts-noto,openjdk-8-jdk --deb-user bigbluebutton --deb-group bigbluebutton --deb-use-file-permissions"

0 comments on commit 1b19ba7

Please sign in to comment.