1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00
This commit is contained in:
Kayou 2024-08-01 16:31:38 +02:00 committed by GitHub
parent fa82045b91
commit 5fa18d0f03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
#=================================================