Move ncp-previews-auto fix to updates/1.55.3.sh

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2024-11-08 17:44:23 +01:00
parent c10bf36cbb
commit 7be0a10433
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1
2 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,3 @@
apt-get update
apt-get install -y --no-install-recommends logrotate
[ -f /etc/cron.d/ncp-previews-auto ] && mv /etc/cron.d/ncp-previews-auto /etc/cron.d/nc-previews-auto

3
updates/1.55.3.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
[ -f /etc/cron.d/ncp-previews-auto ] && mv /etc/cron.d/ncp-previews-auto /etc/cron.d/nc-previews-auto