Stephen Holdaway
Stephen Holdaway
I've just tested that bash-completion for `sudo [args...] mysymfonycommand` correctly hands off completion to the handler for `mysymfonycommand` (at least on Debian stretch). @nickvergessen - are you running these sudo...
@nickvergessen can you provide any more detail about your environment? I've just tested this on my machine and completion works fine calling with `sudo occ [tab]` and `sudo -u www-data...
> ``` > $ /home/nickv/Nextcloud/12/server/occ > Cannot write into "config" directory! > This can usually be fixed by giving the webserver write access to the config directory > > See...
Sorry, I was meaning `[application-user]` as a placeholder for a user that's been added to run Nextcloud (or just the user's account that installed it) - eg. ```bash $ sudo...
Hmm, so it is.. I think I did that with the intention that `HookFactory` would essentially be a template storage thing and no more. You're welcome to rejigger `HookFactory` to...
Hey @marcusirgens, thanks for the PR :tada: I like the direction this is going in - with a bit of work we can definitely fit this in. My main concern...
Seems sensible - give a shout when you're done testing and we can get this merged and released :+1:
Resolved via #98
The assets sync task is part of silverstripe/cms, though it has been [removed on master](https://github.com/silverstripe/silverstripe-cms/commit/2bd9d00da0187558b7c76cd0bdc9d9664c140572). You should be able to run this task directly with the path `/dev/tasks/FilesystemSyncTask`, though keep...