瀏覽代碼

Adding waiting room to apply-config.sh

master
lmartin 4 年之前
父節點
當前提交
6774ae7b9d
共有 1 個檔案被更改,包括 7 行新增1 行删除
  1. 7
    1
      apply-config.sh

+ 7
- 1
apply-config.sh 查看文件

@@ -50,4 +50,10 @@ fi
50 50
 
51 51
 cp /var/www/bigbluebutton-default/LOGO_CSE-FINAL.ico /var/www/bigbluebutton-default/favicon.ico
52 52
 
53
-sed -i 's/defaultCopyright = .*/defaultCopyright = "<p>DigitalCSE<\/p>"/g' /var/bigbluebutton/playback/presentation/2.0/playback.js
53
+sed -i 's/defaultCopyright = .*/defaultCopyright = "<p>DigitalCSE<\/p>"/g' /var/bigbluebutton/playback/presentation/2.0/playback.js
54
+
55
+if [ ! -f /var/www/bigbluebutton/client/guest-wait-digitalcse.html]; then
56
+	wget -O /var/www/bigbluebutton/client/guest-wait-digitalcse.html http://git.bluekitsune.com/bluekitsune-public/customfiles/raw/branch/master/guest-wait.html
57
+fi
58
+
59
+cp /var/www/bigbluebutton/client/guest-wait-digitalcse.html /var/www/bigbluebutton/client/guest-wait.html

Loading…
取消
儲存