mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix path (#752)
This commit is contained in:
parent
afb7630e80
commit
ee8208ee7e
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user