Przeglądaj źródła

fix(debian): Fixes enforce_apache option.

master
damencho 4 lat temu
rodzic
commit
5f0dd903f6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      debian/jitsi-meet-web-config.postinst

+ 1
- 1
debian/jitsi-meet-web-config.postinst Wyświetl plik

69
             FORCE_APACHE="true"
69
             FORCE_APACHE="true"
70
         fi
70
         fi
71
         # In case user enforces apache and if apache is available, unset nginx.
71
         # In case user enforces apache and if apache is available, unset nginx.
72
-        db_get jitsi-meet/enforce_apache
72
+        db_get jitsi-meet/enforce_apache || RET="false"
73
         if [ -n "$RET" ] && [ "$RET" = "true" ] \
73
         if [ -n "$RET" ] && [ "$RET" = "true" ] \
74
             && [ "$FORCE_APACHE" = "true" ]; then
74
             && [ "$FORCE_APACHE" = "true" ]; then
75
             FORCE_NGINX="false"
75
             FORCE_NGINX="false"

Ładowanie…
Anuluj
Zapisz