Bläddra i källkod

Updating RecordingLogo to CSE

master
lmartin 3 år sedan
förälder
incheckning
062314cffc
1 ändrade filer med 8 tillägg och 0 borttagningar
  1. 8
    0
      apply-config.sh

+ 8
- 0
apply-config.sh Visa fil

58
 
58
 
59
 sed -i 's/defaultCopyright = .*/defaultCopyright = "<p>DigitalCSE<\/p>"/g' /var/bigbluebutton/playback/presentation/2.0/playback.js
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
 if [ ! -f /var/www/bigbluebutton/client/guest-wait-digitalcse.html ]; then
69
 if [ ! -f /var/www/bigbluebutton/client/guest-wait-digitalcse.html ]; then
62
 	wget -O /var/www/bigbluebutton/client/guest-wait-digitalcse.html http://git.bluekitsune.com/bluekitsune-public/customfiles/raw/branch/master/guest-wait.html
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
 fi
71
 fi

Laddar…
Avbryt
Spara