mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
maintenance.sh: Silence pip install -r requirements.txt (otherwise displayed in every cron job mail) (#2545)
This commit is contained in:
parent
b5861cbeeb
commit
df5f399c58
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ cd $workdir
|
||||||
function update_venv()
|
function update_venv()
|
||||||
{
|
{
|
||||||
if [ -d "venv" ]; then
|
if [ -d "venv" ]; then
|
||||||
venv/bin/pip install -r requirements.txt
|
venv/bin/pip install -r requirements.txt >/dev/null
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue