Fixes postinst script.

This commit is contained in:
Damian Minkov 2014-09-16 15:41:51 +03:00
parent 78cafadb99
commit 7f341d0d8a
1 changed files with 1 additions and 1 deletions

View File

@ -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