From 431025731959b03deb800d53abcc065e8304a352 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2024 18:41:57 +0000 Subject: [PATCH] Added run cron in finish tasks --- lib/functions.sh | 1 + 1 file changed, 1 insertion(+) 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 }