Просмотр исходного кода

fix(deb): Restart jicofo on new install.

Testing clean install on Ubuntu 24.04 seems to end up with jicofo not connected due to the certificate not being validated.
factor2
Дамян Минков 9 месяцев назад
Родитель
Сommit
936fa55ce9
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      debian/jitsi-meet-prosody.postinst

+ 2
- 1
debian/jitsi-meet-prosody.postinst Просмотреть файл

@@ -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
     ;;

Загрузка…
Отмена
Сохранить