From 46e0c0b4676d628c7df5f2524862558a0f5964a5 Mon Sep 17 00:00:00 2001 From: Jacob Berelman <630000+stickpin@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:54:38 +0200 Subject: [PATCH] clean output --- ct/changedetection.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index 9f4aa1c7..85067c6b 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -63,11 +63,11 @@ fi pip3 install changedetection.io --upgrade &>/dev/null pip3 install playwright --upgrade &>/dev/null if [[ -f /etc/systemd/system/browserless.service ]]; then - git -C /opt/browserless/ pull - npm update --prefix /opt/browserless - npm run build --prefix /opt/browserless - npm run build:function --prefix /opt/browserless - npm prune production --prefix /opt/browserless + git -C /opt/browserless/ pull &>/dev/null + npm update --prefix /opt/browserless &>/dev/null + npm run build --prefix /opt/browserless &>/dev/null + npm run build:function --prefix /opt/browserless &>/dev/null + npm prune production --prefix /opt/browserless &>/dev/null systemctl restart browserless else msg_error "No Browserless Installation Found!"