3 lines
252 B
Text
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"; };
|