1
0
Fork 0

Fix maintenance.sh update_apps_cache

This commit is contained in:
Félix Piédallu 2024-09-13 22:07:14 +02:00 committed by Félix Piédallu
parent 2d51185e6c
commit 7fc974ba7e

View file

@ -18,7 +18,7 @@ update_apps_repo() {
} }
update_apps_cache() { 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() { git_pull_and_restart_services() {