1
0
Fork 0

store/dash: make main dashboard update cron job silent (#2339)

This commit is contained in:
Alexandre Aubin 2024-05-14 14:34:24 +02:00 committed by GitHub
parent a842cd314c
commit e644cbe220

View file

@ -83,7 +83,7 @@ function update_app_levels()
function fetch_main_dashboard()
{
pushd store >/dev/null
venv/bin/python3 fetch_main_dashboard.py
venv/bin/python3 fetch_main_dashboard.py 2>&1 | grep -v 'Following Github server redirection'
popd >/dev/null
}