mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
only use occ
This commit is contained in:
parent
26cb15c894
commit
3fbd1736a6
@ -80,14 +80,12 @@ docker_prune_this 'collabora/code' 'onlyoffice/documentserver'
|
||||
if [ -d "$NC_APPS_PATH"/richdocuments ]
|
||||
then
|
||||
occ_command app:remove richdocuments
|
||||
rm -r "$NC_APPS_PATH"/richdocuments
|
||||
fi
|
||||
|
||||
# Disable OnlyOffice (Collabora App) if activated
|
||||
if [ -d "$NC_APPS_PATH"/onlyoffice ]
|
||||
then
|
||||
occ_command app:remove onlyoffice
|
||||
rm -r "$NC_APPS_PATH"/onlyoffice
|
||||
fi
|
||||
|
||||
# Install Collabora docker
|
||||
|
||||
Loading…
Reference in New Issue
Block a user