diff --git a/lib/functions.sh b/lib/functions.sh index 0a7676e..d6d353a 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -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 }