Fix maintenance.sh update_apps_cache
This commit is contained in:
parent
2d51185e6c
commit
7fc974ba7e
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue