maintenance.sh: Silence pip install -r requirements.txt (otherwise displayed in every cron job mail) (#2545)
This commit is contained in:
parent
b42702dd1f
commit
9c418434e8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ cd $workdir
|
|||
function update_venv()
|
||||
{
|
||||
if [ -d "venv" ]; then
|
||||
venv/bin/pip install -r requirements.txt
|
||||
venv/bin/pip install -r requirements.txt >/dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue