From 957dbaad81b5da859c7e4341063032d91caadb49 Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 8 Nov 2018 14:58:42 +0100 Subject: [PATCH] fix port --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6dc3440..ad05eb6 100644 --- a/scripts/install +++ b/scripts/install @@ -109,7 +109,7 @@ sudo -i -u postgres psql -c "GRANT ALL privileges ON DATABASE onlyoffice TO only # DEFINE PORT #============================================== -echo onlyoffice-documentserver onlyoffice/ds-port select 9980 | sudo debconf-set-selections +echo onlyoffice-documentserver onlyoffice/ds-port select ${port} | sudo debconf-set-selections #============================================== # INSTALL ONLYOFFICE