Fix: maintenance.sh was using the wrong apps_cache dir
This commit is contained in:
parent
ae382dcb43
commit
b8baa56ea8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ function git_pull_and_update_cron_and_restart_services_if_needed()
|
||||||
|
|
||||||
function update_app_cache()
|
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()
|
function rebuild_catalog()
|
||||||
|
|
Loading…
Reference in a new issue