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:
authorszaimen <szaimen@e.mail.de>2021-01-13 20:45:08 +0300
committerGitHub <noreply@github.com>2021-01-13 20:45:08 +0300
commitff0da09870627050a2a286a7f6ceeffb09b08da5 (patch)
treecb45dff362bbd40e70fc5cae21a93ff75a6a42e1 /apps/collabora_integrated.sh
parentf44fe3768eb92683a9544f812235f6e3bfcfb27c (diff)
fix issue with richdocumentscode (#1768)
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps/collabora_integrated.sh')
-rw-r--r--apps/collabora_integrated.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/collabora_integrated.sh b/apps/collabora_integrated.sh
index 323524d7..b511d972 100644
--- a/apps/collabora_integrated.sh
+++ b/apps/collabora_integrated.sh
@@ -69,7 +69,7 @@ We will now remove the old docker and install the app from Nextcloud instead."
fi
# Check if Collabora is installed using the new method
-if is_app_enabled richdocumentscode
+if ! is_app_installed richdocumentscode
then
# Ask for installing
install_popup "$SCRIPT_NAME"