From 8e154830f2c63770c59be057c89689d861c2b49a Mon Sep 17 00:00:00 2001 From: shocknet-justin Date: Wed, 27 Aug 2025 13:18:39 -0400 Subject: [PATCH] debug --- scripts/install_lightning_pub.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_lightning_pub.sh b/scripts/install_lightning_pub.sh index 35f34c5e..e3405703 100755 --- a/scripts/install_lightning_pub.sh +++ b/scripts/install_lightning_pub.sh @@ -38,6 +38,7 @@ install_lightning_pub() { # Check if update is needed by comparing commit hashes # Get latest commit hash from GitHub API API_RESPONSE=$(wget -qO- "https://api.github.com/repos/${REPO}/commits/${BRANCH}" 2>&1) + echo "$API_RESPONSE" > /tmp/api_response.log # Check for a rate limit error first. if echo "$API_RESPONSE" | grep -q "API rate limit exceeded"; then