Quellcode durchsuchen

Updating RecordingLogo to CSE

master
lmartin vor 3 Jahren
Ursprung
Commit
062314cffc
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8
    0
      apply-config.sh

+ 8
- 0
apply-config.sh Datei anzeigen

@@ -58,6 +58,14 @@ cp /var/www/bigbluebutton-default/LOGO_CSE-FINAL.ico /var/www/bigbluebutton-defa
58 58
 
59 59
 sed -i 's/defaultCopyright = .*/defaultCopyright = "<p>DigitalCSE<\/p>"/g' /var/bigbluebutton/playback/presentation/2.0/playback.js
60 60
 
61
+if [ ! -f /var/bigbluebutton/playback/presentation/2.0/LOGO-CSE-FINAL.png ]; then
62
+        wget -O /var/bigbluebutton/playback/presentation/2.0/LOGO-CSE-FINAL.png https://digitalcse-001.nyc3.digitaloceanspaces.com/LOGO-CSE-FINAL.png
63
+fi
64
+
65
+cp  /var/bigbluebutton/playback/presentation/2.0/LOGO-CSE-FINAL.png /var/bigbluebutton/playback/presentation/2.0/logo.png
66
+chmod 644 /var/bigbluebutton/playback/presentation/2.0/logo.png
67
+chown bigbluebutton:bigbluebutton /var/bigbluebutton/playback/presentation/2.0/logo.png
68
+
61 69
 if [ ! -f /var/www/bigbluebutton/client/guest-wait-digitalcse.html ]; then
62 70
 	wget -O /var/www/bigbluebutton/client/guest-wait-digitalcse.html http://git.bluekitsune.com/bluekitsune-public/customfiles/raw/branch/master/guest-wait.html
63 71
 fi

Laden…
Abbrechen
Speichern