From d5f5dba0bf6cf5071cb47164a62327870e929e25 Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Mon, 8 Nov 2021 18:33:31 +0000 Subject: [PATCH] Switch to new debug logs server URL --- scripts/debug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/debug b/scripts/debug index 5bc0200..f5cadc4 100755 --- a/scripts/debug +++ b/scripts/debug @@ -29,7 +29,7 @@ upload() { https://citadel-debug-api.vercel.app/api/upload \ | jq '.key' \ | sed 's/"//g' \ - | awk -F '"' '{print "https://citadel-paste.vercel.app/"$1}' + | awk -F '"' '{print "https://logs.runcitadel.space/"$1}' } torupload() { @@ -42,7 +42,7 @@ torupload() { https://citadel-debug-api.vercel.app/api/upload \ | jq '.key' \ | sed 's/"//g' \ - | awk -F '"' '{print "https://citadel-paste.vercel.app/"$1}' + | awk -F '"' '{print "https://logs.runcitadel.space/"$1}' } list_block_devices () {