Added run cron in finish tasks

This commit is contained in:
root 2024-07-17 18:41:57 +00:00
parent 7a82c15848
commit 4310257319

View File

@ -1712,6 +1712,7 @@ 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 system prune -a -f
}