We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd16b27 commit 3c70cf5Copy full SHA for 3c70cf5
record-and-playback/presentation/scripts/publish/presentation.rb
@@ -543,7 +543,7 @@ def processChatMessages
543
puts $meeting_id
544
puts $playback
545
if ($playback == "slides")
546
- logger = Logger.new("/var/log/bigbluebutton/presenetation/publish-#{$meeting_id}.log", 'daily' )
+ logger = Logger.new("/var/log/bigbluebutton/presentation/publish-#{$meeting_id}.log", 'daily' )
547
BigBlueButton.logger = logger
548
BigBlueButton.logger.info("RUNNING SLIDES_NEW.RB - Publishing #{$meeting_id}")
549
# This script lives in scripts/archive/steps while properties.yaml lives in scripts/
0 commit comments