Skip to content

Commit

Permalink
Fix: maintenance.sh was using the wrong apps_cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 12, 2024
1 parent 026f3b8 commit d8794ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d8794ff

Please sign in to comment.