ansible-role-onlyoffice/files/99onlyoffice
2025-04-20 12:11:03 +02:00

3 lines
252 B
Text

### Disables the pluginmanager by removing the directory
DPkg::Post-Invoke { "if dpkg -l | grep -q 'onlyoffice-documentserver'; then rm -rf /var/www/onlyoffice/documentserver/sdkjs-plugins/marketplace; systemctl restart ds-docservice.service; fi"; };