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