From 2a4d9530dd3d47a65124c25b32a318e856d0598a Mon Sep 17 00:00:00 2001 From: Timothy Miller <46549361+timothymiller@users.noreply.github.com> Date: Fri, 29 Oct 2021 23:15:05 -0400 Subject: [PATCH] Reduce unimportant logging Original solution from here https://github.com/pypa/pip/issues/5900#issuecomment-490216395 --- start-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-sync.sh b/start-sync.sh index 0cfec0f..ffcd894 100755 --- a/start-sync.sh +++ b/start-sync.sh @@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" python3 -m venv venv source ./venv/bin/activate -pip3 install requests +set -o pipefail; pip install -r requirements.txt | { grep -v "already satisfied" || :; } cd $DIR python3 cloudflare-ddns.py