ajout d'un nouveau role pour le BBB de Imio + MAJ du script de migration BBB suite au changement de serveur du BBB d'Imio

This commit is contained in:
Antoine Ouvrard
2021-03-21 14:59:53 +01:00
parent 08510ea4aa
commit 7c4cf16d05
2 changed files with 5 additions and 1 deletions
@@ -45,4 +45,8 @@ then
echo "=== Applique le nouveau secret BBB à la conf Greenlight"
NEW_SECRET=$(bbb-conf --secret | sed -n "/Secret:/ s/ Secret: //p")
sed -i "s/\(^BIGBLUEBUTTON_SECRET=\).*/\1$NEW_SECRET/" /root/greenlight/.env
echo
echo "=== Redémarre Greenlight"
cd /root/greenlight && docker-compose up -d
fi