Error after upgrading app

With the fixing of the access permissions to the underlying files and folders.
with
sudo -u root find ./onlyoffice -type d -exec chmod 0750 {} ;
sudo -u root find ./onlyoffice -type f -exec chmod 0640 {} ;

where should I be running these…
when I tried to run them in the unraid terminal at the below file level
/mnt/user/appdata/nextcloud/www/nextcloud/apps

I get the error → find: missing argument to `-exec’

thanks in advance

It worked for me, thanks!!!

1 Like

Thank you for this fix. Everything worked, except step 5. OnlyOffice is already working, so not sure if step 5 is necessary?

find: missing argument to `-exec’

Any ideas?

Edit:
tagging @Aceriz1 in case you didn’t already find a solution :wink:
found a post in this topic with the right commands: [Support] DVBLink, Kerio Connect, Apache-php, TVHProxy, Webgrabplus - Page 8 - Docker Containers - Unraid

find ./onlyoffice -type d -exec chmod 0750 {} ;
find ./onlyoffice -type f -exec chmod 0640 {} ;

EDIT2:
Somehow the backslash sign gets removed??
In the commands above it ends with a “backslash” and then a “;”

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.