Rename file

This commit is contained in:
phil 2025-04-20 12:08:45 +02:00
parent e9e54d961c
commit 42f90a723b

3
files/99onlyoffice Normal file
View file

@ -0,0 +1,3 @@
### 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"; };