nextcloudpi icon indicating copy to clipboard operation
nextcloudpi copied to clipboard

NCP Disable automatic preview generation

Open funkmastergst opened this issue 1 year ago • 1 comments

When disabling automatic preview generation the first lines of "nc-previews-auto.sh" are executed. In line 17 of the mentioned file the command is rm -f /etc/cron.d/nc-previews-auto The file name is incorrect imho, should be rm -f /etc/cron.d/ncp-previews-auto compared to line 26.

funkmastergst avatar Feb 07 '24 17:02 funkmastergst

See PR #1860.

m-breitbach avatar Feb 13 '24 15:02 m-breitbach