turint před 11 roky
rodič
revize
e994916b25
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      debian/jitsi-meet.postinst

+ 2
- 2
debian/jitsi-meet.postinst Zobrazit soubor

40
         # SSL for nginx
40
         # SSL for nginx
41
         db_get jitsi-meet/cert-choice
41
         db_get jitsi-meet/cert-choice
42
         CERT_CHOICE="$RET"
42
         CERT_CHOICE="$RET"
43
-        if [ "$CERT_CHOICE" == 'I want a generated self-signed certificate' ]; then
43
+        if [ "$CERT_CHOICE" = 'I want a generated self-signed certificate' ]; then
44
             # self-signed certificate is already in place for prosody
44
             # self-signed certificate is already in place for prosody
45
             :
45
             :
46
-        elif [ "$CERT_CHOICE" == 'I have a certificate and will upload the files on the server' ]; then
46
+        elif [ "$CERT_CHOICE" = 'I have a certificate and will upload the files on the server' ]; then
47
             db_fset jitsi-meet/default-key "/etc/ssl/$JVB_HOSTNAME.key"
47
             db_fset jitsi-meet/default-key "/etc/ssl/$JVB_HOSTNAME.key"
48
             db_get jitsi-meet/cert-path-key
48
             db_get jitsi-meet/cert-path-key
49
             CERT_KEY="$RET"
49
             CERT_KEY="$RET"

Načítá se…
Zrušit
Uložit