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

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-25 14:34:31 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-09-10 14:56:10 +0300
commit632c210ba6ccd99cd61e7588f37c23948a6f92a0 (patch)
treefeb3f7f637f9f3ca2851de39f83d43f1dbc2e328 /inst
parent2cf52c446348e7df34230adfbd713d239cf7b6b6 (diff)
switch hub fallback to collabora
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'inst')
-rw-r--r--inst4
1 files changed, 2 insertions, 2 deletions
diff --git a/inst b/inst
index 0f1be81..71378d2 100644
--- a/inst
+++ b/inst
@@ -456,7 +456,7 @@ detect_onlyoffice () {
ensure_office () {
if [[ "$NC_OFFICE_SUITE" = "oo_community" ]] && [[ "$IS_UPDATE" = false ]] ; then
echo -n "No office suite present – installing Community Document Server"
- nohup univention-app shell nextcloud sudo -u www-data /var/www/html/occ app:enable documentserver_community &
+ nohup univention-app shell nextcloud sudo -u www-data /var/www/html/occ app:enable richdocumentscode &
PID=$!
while ps --pid ${PID} > /dev/null; do
echo -n .
@@ -464,7 +464,7 @@ ensure_office () {
done
echo
- univention-app shell nextcloud sudo -u www-data /var/www/html/occ app:enable onlyoffice
+ univention-app shell nextcloud sudo -u www-data /var/www/html/occ app:enable richdocuments
fi
}