Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-10-16 20:58:22 +0300
committerGitHub <noreply@github.com>2020-10-16 20:58:22 +0300
commit0adc9b9479d50b21683533cfde2e62ea01f37bd3 (patch)
tree3bf684539a3c4ca3dce5082a26b00ec51eb3aff7 /apps/onlyoffice_integrated.sh
parentbb40524687a2511b7c51688536eab1cc59005cc1 (diff)
fix #1573
Diffstat (limited to 'apps/onlyoffice_integrated.sh')
-rw-r--r--apps/onlyoffice_integrated.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onlyoffice_integrated.sh b/apps/onlyoffice_integrated.sh
index 36c06e91..f0c3b06d 100644
--- a/apps/onlyoffice_integrated.sh
+++ b/apps/onlyoffice_integrated.sh
@@ -208,7 +208,7 @@ sleep 2
if install_and_enable_app documentserver_community
then
chown -R www-data:www-data "$NC_APPS_PATH"
- nextcloud_occ config:app:set onlyoffice DocumentServerUrl --value="$(nextcloud_occ_no_check config:system:get overwrite.cli.url)/index.php/apps/documentserver_community/"
+ nextcloud_occ config:app:set onlyoffice DocumentServerUrl --value="$(nextcloud_occ_no_check config:system:get overwrite.cli.url)index.php/apps/documentserver_community/"
msg_box "OnlyOffice was successfully installed."
else
msg_box "The documentserver_community app failed to install. Please try again later.