Fixes postinst script.

pull/115/head
Damian Minkov 11 years ago
parent 78cafadb99
commit 7f341d0d8a
  1. 2
      debian/jitsi-meet.postinst

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

Loading…
Cancel
Save