store/dash: make main dashboard update cron job silent (#2339)
This commit is contained in:
parent
a842cd314c
commit
e644cbe220
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ function update_app_levels()
|
||||||
function fetch_main_dashboard()
|
function fetch_main_dashboard()
|
||||||
{
|
{
|
||||||
pushd store >/dev/null
|
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
|
popd >/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue