Skip to content

Commit

Permalink
Merge pull request #268 from GuiLeme/fix-deploy
Browse files Browse the repository at this point in the history
fix: fix deploy script
  • Loading branch information
antobinary authored Apr 16, 2024
2 parents fcd305f + d3e0a0f commit 883deb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm run-script build
sudo rm -rf $BBB_PLAYBACK
sudo mkdir -p $BBB_PLAYBACK
grep \"version\"\: package.json | sed -e 's|.*\ \"||g' -e 's|\".*||g' > bbb-playback-version
sudo cp -r ./build bbb-playback-version $BBB_PLAYBACK
sudo cp -r ./build/* bbb-playback-version $BBB_PLAYBACK
sudo chown --recursive bigbluebutton:bigbluebutton $BBB_PLAYBACK

BBB_NGINX_FILES_PATH=/usr/share/bigbluebutton/nginx
Expand Down
2 changes: 1 addition & 1 deletion src/components/player/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Content = ({
storage.panzooms.tldraw ||
storage.cursor.tldraw;

const presentation;
let presentation;

if (isTldrawWhiteboard) {
const bbbVersion = getTldrawBbbVersion(index);
Expand Down

0 comments on commit 883deb2

Please sign in to comment.