Added run cron in finish tasks
This commit is contained in:
parent
7a82c15848
commit
4310257319
@ -1712,6 +1712,7 @@ config_network() {
|
|||||||
kill -9 $SPINPID &> /dev/null
|
kill -9 $SPINPID &> /dev/null
|
||||||
}
|
}
|
||||||
run_finishtasks() {
|
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 truncate /var/www/html/data/nextcloud.log --size 0
|
||||||
docker system prune -a -f
|
docker system prune -a -f
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user