debug: do not change termbin link (#4444)

This commit is contained in:
openoms 2024-03-07 08:11:22 +00:00 committed by GitHub
parent 9283f7fc3d
commit 2b70db09fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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