From a275fd5f4915053aaa8324f1b520c252aeb899a9 Mon Sep 17 00:00:00 2001 From: Jacob Berelman <630000+stickpin@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:41:46 +0200 Subject: [PATCH] typo fix --- ct/changedetection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index d79b6987..9f4aa1c7 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -62,7 +62,7 @@ if ! dpkg -s libjpeg-dev >/dev/null 2>&1; then fi pip3 install changedetection.io --upgrade &>/dev/null pip3 install playwright --upgrade &>/dev/null -if [[ -f /etc/systemd/system/browserless1.service ]]; then +if [[ -f /etc/systemd/system/browserless.service ]]; then git -C /opt/browserless/ pull npm update --prefix /opt/browserless npm run build --prefix /opt/browserless