Update freshStart.sh

This commit is contained in:
2025-11-25 20:48:44 -05:00
parent 96f61d4468
commit 2e6ab62c66

View File

@ -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