From 26b674948e62502d6a95da0ae81fb7729b403cae Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 25 Feb 2019 20:59:36 +0100 Subject: [PATCH] Fix port --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f1c7a5b..f449915 100644 --- a/scripts/install +++ b/scripts/install @@ -145,7 +145,7 @@ ynh_system_user_create $app # DEFINE PORT #============================================== -echo onlyoffice-documentserver onlyoffice/ds-port select $port | sudo debconf-set-selections +echo onlyoffice-documentserver onlyoffice/ds-port select ${port} | sudo debconf-set-selections #=============================================== # ADD ONLYOFFICE REPOSITORY