Skip to content

Commit

Permalink
maintenance.sh: Silence pip install -r requirements.txt (otherwise di…
Browse files Browse the repository at this point in the history
…splayed in every cron job mail) (#2545)
  • Loading branch information
alexAubin authored Aug 30, 2024
1 parent b5861cb commit df5f399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit df5f399

Please sign in to comment.