Browse Source

Fixes postinst script.

j8
Damian Minkov 11 years ago
parent
commit
7f341d0d8a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      debian/jitsi-meet.postinst

+ 1
- 1
debian/jitsi-meet.postinst View File

42
             # SSL for nginx
42
             # SSL for nginx
43
             db_get jitsi-meet/cert-choice
43
             db_get jitsi-meet/cert-choice
44
             CERT_CHOICE="$RET"
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
                 db_set jitsi-meet/cert-path-key "/etc/ssl/$JVB_HOSTNAME.key"
46
                 db_set jitsi-meet/cert-path-key "/etc/ssl/$JVB_HOSTNAME.key"
47
                 db_input critical jitsi-meet/cert-path-key || true
47
                 db_input critical jitsi-meet/cert-path-key || true
48
                 db_go
48
                 db_go

Loading…
Cancel
Save