no output for venv install
This commit is contained in:
parent
540a500f18
commit
f8ed35a6ea
1 changed files with 2 additions and 2 deletions
|
@ -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 "${@}"
|
Loading…
Reference in a new issue