Fix script

This commit is contained in:
phil 2025-04-20 12:11:03 +02:00
parent 42f90a723b
commit ad342d0d27

View file

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