Clear nextcloud logs after update

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler
2024-02-25 14:16:21 +01:00
parent 910b9fcf34
commit 7246cf5372
2 changed files with 3 additions and 0 deletions

View File

@ -265,6 +265,8 @@ jobs:
else
lxc exec ncp -- bash -c "DBG=x ncp-update-nc ${latest_nc_version?}"
fi
lxc exec ncp -- rm -f /opt/ncdata/data/nextcloud.log
lxc stop ncp
- name: Relaunch container

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/ncp-web/ncp-web.cfg
/docker-armhf/qemu-arm-static
.vagrant/
/.idea/