From 2e6ab62c667346931679691602772e9f29d3b8ba Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 25 Nov 2025 20:48:44 -0500 Subject: [PATCH] Update freshStart.sh --- freshStart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freshStart.sh b/freshStart.sh index 1efcfd8..ed33a2d 100644 --- a/freshStart.sh +++ b/freshStart.sh @@ -148,7 +148,7 @@ fi # Test hwmon with error handling echo "Testing hwmon dry-run..." -if ! /usr/bin/env python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.110:3000/JWS/hwmonDaemon/raw/branch/main/hwmonDaemon.py').read().decode('utf-8'))" --dry-run; then +if ! /usr/bin/env python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.63:3000/LotusGuild/hwmonDaemon/raw/branch/main/hwmonDaemon.py').read().decode('utf-8'))" --dry-run; then echo "WARNING: hwmon dry-run test failed, but services are installed" fi