From 7fc974ba7e59aa256bf7661d3c6303730a68043b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 13 Sep 2024 22:07:14 +0200 Subject: [PATCH] Fix maintenance.sh update_apps_cache --- maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance.sh b/maintenance.sh index acd4ea8..4c98f0e 100755 --- a/maintenance.sh +++ b/maintenance.sh @@ -18,7 +18,7 @@ update_apps_repo() { } update_apps_cache() { - ./app_caches.py -d -l . -c .apps_cache -j20 + ./app_caches.py -d -l .apps -c .apps_cache -j20 } git_pull_and_restart_services() {