From d735b1f214705cd7db6873ad72f3e6608b71487b Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 26 Dec 2025 01:12:53 +0900 Subject: [PATCH] fix install --- install.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index 81cbbff..a4c331b 100755 --- a/install.zsh +++ b/install.zsh @@ -430,7 +430,7 @@ function at-repos-reset-bgs-db() { result=$(curl -s -X POST "https://bgs.${host}/admin/pds/requestCrawl" \ -H "Authorization: Bearer ${BGS_ADMIN_KEY}" \ -H "Content-Type: application/json" \ - -d "{\"hostname\":\"{$host}\"}" \ + -d "{\"hostname\":\"${host}\"}" \ -w "%{http_code}" -o /dev/null) if [ "$result" = "200" ]; then echo "✅ PDS crawl requested successfully"