nextcloudpi
nextcloudpi copied to clipboard
NCP Disable automatic preview generation
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.
See PR #1860.