From 2b70db09fe2f59e4da354934712c089ee47e9b15 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:11:22 +0000 Subject: [PATCH] debug: do not change termbin link (#4444) --- home.admin/_commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/_commands.sh b/home.admin/_commands.sh index 4bd9a7c3e..1741c20fe 100755 --- a/home.admin/_commands.sh +++ b/home.admin/_commands.sh @@ -172,7 +172,7 @@ function debug() { if [ "$1" = "-l" ]||[ "$1" = "--link" ]; then proxy="-X 5 -x localhost:9050" if [ "$2" = "-n" ]||[ "$2" = "--no-tor" ]; then proxy=""; fi - cat /var/cache/raspiblitz/debug.log | nc ${proxy} termbin.com 9999 | sed "s/termbin.com/l.termbin.com/" + cat /var/cache/raspiblitz/debug.log | nc ${proxy} termbin.com 9999 else cat /var/cache/raspiblitz/debug.log fi