瀏覽代碼

Fixes postinst script.

j8
Damian Minkov 10 年之前
父節點
當前提交
7f341d0d8a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      debian/jitsi-meet.postinst

+ 1
- 1
debian/jitsi-meet.postinst 查看文件

@@ -42,7 +42,7 @@ case "$1" in
42 42
             # SSL for nginx
43 43
             db_get jitsi-meet/cert-choice
44 44
             CERT_CHOICE="$RET"
45
-            if [ "$CERT_CHOICE" = 'I have a certificate and will upload the files on the server' ]; then
45
+            if [ "$CERT_CHOICE" = 'A certificate is available and the files are uploaded on the server' ]; then
46 46
                 db_set jitsi-meet/cert-path-key "/etc/ssl/$JVB_HOSTNAME.key"
47 47
                 db_input critical jitsi-meet/cert-path-key || true
48 48
                 db_go

Loading…
取消
儲存