Added another cron and truncate for testing
This commit is contained in:
parent
4310257319
commit
1e1ff52e3c
@ -1712,6 +1712,8 @@ config_network() {
|
||||
kill -9 $SPINPID &> /dev/null
|
||||
}
|
||||
run_finishtasks() {
|
||||
docker exec -u 33 nextcloud php -f /var/www/html/cron.php
|
||||
docker exec -u 33 nextcloud truncate /var/www/html/data/nextcloud.log --size 0
|
||||
docker exec -u 33 nextcloud php -f /var/www/html/cron.php
|
||||
docker exec -u 33 nextcloud truncate /var/www/html/data/nextcloud.log --size 0
|
||||
docker system prune -a -f
|
||||
|
Loading…
x
Reference in New Issue
Block a user