From baa7c18b5ccc31947f91ab0a076a1e5a22dec5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 25 Apr 2023 11:34:30 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 4783951..43b67a1 100644 --- a/scripts/install +++ b/scripts/install @@ -118,6 +118,8 @@ echo onlyoffice-documentserver onlyoffice/db-user string $db_user | debconf-set- echo onlyoffice-documentserver onlyoffice/db-pwd password $db_pwd | debconf-set-selections echo onlyoffice-documentserver onlyoffice/db-name string $db_name | debconf-set-selections +echo onlyoffice-documentserver onlyoffice/jwt-enabled boolean false | debconf-set-selections + #================================================= # INSTALL ONLYOFFICE #=================================================