From fcd662da5f253291702f06921c70e757e7a2d8b5 Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 1 Aug 2024 16:41:52 +0200 Subject: [PATCH] =?UTF-8?q?=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1cb838f..9dfea90 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -33,7 +33,8 @@ _install_onlyoffice_deb() { # restart NGINX and the whole webadmin and maybe even the YunoHost command # running the install... - dpkg -i onlyoffice-documentserver.deb + ynh_setup_source --dest_dir="$install_dir" + dpkg -i $install_dir/onlyoffice-documentserver.deb } #=================================================