jump to bbb-webrtc-sfu v2.4.19

This commit is contained in:
chandi 2020-10-21 22:13:37 +02:00
parent d589d567a6
commit 42b338f667
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 2a6343f6ccdf16edaf50a73b776bf54ccad39b23
Subproject commit 2b77265d05625d5df8126ced381df5ccb59160a6

View File

@ -17,8 +17,9 @@ else
sed -i 's/EXTERNAL_IP=/EXTERNAL_IPv4=/' .env
echo ""
echo "# pull newest bbb-webrtc-sfu"
git submodule update --remote
echo "# pull newest git submodules"
git submodule init
git submodule update
echo ""