ソースを参照

Fixes postinst script.

j8
Damian Minkov 11年前
コミット
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

読み込み中…
キャンセル
保存