From 4f00b071721289ce6aa213d82e004348ae935bd9 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sun, 18 Aug 2024 15:02:27 -0400 Subject: [PATCH] absolute urls --- check_pvpr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check_pvpr.sh b/check_pvpr.sh index 0cd119e..47921b2 100755 --- a/check_pvpr.sh +++ b/check_pvpr.sh @@ -1,7 +1,7 @@ #!/bin/zsh -mv index.html index_old.html -wget --no-check-certificate https://pvpr.com/ -sitediff=$(diff index.html index_old.html | grep "images\/program") +mv /home/matt/drive/deployments/pvpr-checker/index.html /home/matt/drive/deployments/pvpr-checker/index_old.html +wget --no-check-certificate -O /home/matt/drive/deployments/pvpr-checker/index.html https://pvpr.com/ +sitediff=$(diff /home/matt/drive/deployments/pvpr-checker/index.html /home/matt/drive/deployments/pvpr-checker/index_old.html | grep "images\/program") echo ${#sitediff} if [[ ${#sitediff} -gt 0 ]] then