This commit is contained in:
Daniel Hansson 2018-12-30 21:24:41 +01:00 committed by GitHub
parent afb7630e80
commit ee8208ee7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -85,10 +85,10 @@ install_docker
docker_prune_this 'collabora/code' 'onlyoffice/documentserver'
# Disable RichDocuments (Collabora App) if activated
if [ -d "$NCPATH"/apps/richdocuments ]
if [ -d "$NC_APPS_PATH"/richdocuments ]
then
occ_command app:disable richdocuments
rm -r "$NCPATH_APPS_PATH"/richdocuments
rm -r "$NC_APPS_PATH"/richdocuments
fi
# Install Collabora docker

View File

@ -84,7 +84,7 @@ install_docker
docker_prune_this 'collabora/code' 'onlyoffice/documentserver'
# Disable Onlyoffice if activated
if [ -d "$NCPATH"/apps/onlyoffice ]
if [ -d "$NC_APPS_PATH"/onlyoffice ]
then
occ_command app:disable onlyoffice
rm -r "$NC_APPS_PATH"/onlyoffice