You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: