From 5fa18d0f037d73f30e878c6160bd66238e5375cf Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 1 Aug 2024 16:31:38 +0200 Subject: [PATCH] fix dpkg --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7a08b9c..1cb838f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -33,7 +33,7 @@ _install_onlyoffice_deb() { # restart NGINX and the whole webadmin and maybe even the YunoHost command # running the install... - dpkg -i $install_dir/onlyoffice-documentserver.deb + dpkg -i onlyoffice-documentserver.deb } #=================================================