no output for venv install

This commit is contained in:
Antonio J. Delgado 2024-10-03 13:25:43 +03:00
parent 540a500f18
commit f8ed35a6ea

View file

@ -4,6 +4,6 @@ if [ ! -d "$(dirname "${0}")/.venv" ]; then
fi fi
# shellcheck disable=1091 # shellcheck disable=1091
source "$(dirname "${0}")/.venv/bin/activate" source "$(dirname "${0}")/.venv/bin/activate"
pip install -r "$(dirname "${0}")/requirements.txt" pip install -r "$(dirname "${0}")/requirements.txt" > /dev/null
pip install "$(dirname "${0}")/" pip install "$(dirname "${0}")/" > /dev/null
ovh_dns_ensure.py "${@}" ovh_dns_ensure.py "${@}"