|
@@ -252,9 +252,10 @@ case "$1" in
|
252
|
252
|
if [ "$PROSODY_CONFIG_PRESENT" = "false" ]; then
|
253
|
253
|
invoke-rc.d prosody restart || true
|
254
|
254
|
|
255
|
|
- # In case we had updated the certificates and restarted prosody, let's restart and the bridge if possible
|
|
255
|
+ # In case we had updated the certificates and restarted prosody, let's restart and the bridge and jicofo if possible
|
256
|
256
|
if [ -d /run/systemd/system ] && [ "$CERT_ADDED_TO_TRUST" = "true" ]; then
|
257
|
257
|
systemctl restart jitsi-videobridge2.service >/dev/null || true
|
|
258
|
+ systemctl restart jicofo.service >/dev/null || true
|
258
|
259
|
fi
|
259
|
260
|
fi
|
260
|
261
|
;;
|