1
0
Fork 0

Fix: maintenance.sh was using the wrong apps_cache dir

This commit is contained in:
root 2024-09-12 15:55:36 +00:00
parent ae382dcb43
commit b8baa56ea8

View file

@ -86,7 +86,7 @@ function git_pull_and_update_cron_and_restart_services_if_needed()
function update_app_cache()
{
./tools/app_caches.py -d -l . -c .apps_caches -j20
./tools/app_caches.py -d -l . -c .apps_cache -j20
}
function rebuild_catalog()