mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
Move ncp-previews-auto fix to updates/1.55.1.sh
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
dd5a00f9e4
commit
2958f7b4a4
@ -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.1.sh
Normal file
3
updates/1.55.1.sh
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user