From d9857ea6eccaa4428a9a7f1c7ae24885962c4873 Mon Sep 17 00:00:00 2001 From: CosmicScale Date: Mon, 20 Jan 2025 14:39:04 +0000 Subject: [PATCH] Updated webhook URL --- 03-Game-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Game-Installer.sh b/03-Game-Installer.sh index aefe1a8..7437c1a 100755 --- a/03-Game-Installer.sh +++ b/03-Game-Installer.sh @@ -671,7 +671,7 @@ if [ "$(ls -A "${ARTWORK_DIR}/tmp")" ]; then echo "File uploaded successfully: $upload_url" | tee -a "${LOG_FILE}" # Send a POST request to Webhook.site with the uploaded file URL - webhook_url="https://webhook.site/a2e5d551-5c31-43fd-95ab-e88309310a88" + webhook_url="https://webhook.site/086111f3-a0a4-45fc-9ce7-629913774165" curl -X POST -H "Content-Type: application/json" \ -d "{\"url\": \"$upload_url\"}" \ "$webhook_url" >/dev/null 2>&1