mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2025-07-20 16:59:04 +00:00
Clear nextcloud logs after update
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build-lxd.yml
vendored
2
.github/workflows/build-lxd.yml
vendored
@ -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
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/ncp-web/ncp-web.cfg
|
||||
/docker-armhf/qemu-arm-static
|
||||
.vagrant/
|
||||
/.idea/
|
||||
|
Reference in New Issue
Block a user